Home
last modified time | relevance | path

Searched refs:RSVP_DST_LEN (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/net/sched/
Dcls_rsvp.h79 __be32 dst[RSVP_DST_LEN];
91 __be32 src[RSVP_DST_LEN];
105 unsigned int h = (__force __u32)dst[RSVP_DST_LEN - 1]; in hash_dst()
114 unsigned int h = (__force __u32)src[RSVP_DST_LEN-1]; in hash_src()
142 #if RSVP_DST_LEN == 4 in rsvp_classify()
158 #if RSVP_DST_LEN == 4 in rsvp_classify()
177 if (dst[RSVP_DST_LEN-1] == s->dst[RSVP_DST_LEN - 1] && in rsvp_classify()
181 #if RSVP_DST_LEN == 4 in rsvp_classify()
190 if (src[RSVP_DST_LEN-1] == f->src[RSVP_DST_LEN - 1] && in rsvp_classify()
192 #if RSVP_DST_LEN == 4 in rsvp_classify()
[all …]
Dcls_rsvp6.c23 #define RSVP_DST_LEN 4 macro
Dcls_rsvp.c23 #define RSVP_DST_LEN 1 macro