Home
last modified time | relevance | path

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

/net/sched/
Dcls_rsvp.h80 __be32 dst[RSVP_DST_LEN];
92 __be32 src[RSVP_DST_LEN];
105 unsigned h = (__force __u32)dst[RSVP_DST_LEN-1]; in hash_dst()
113 unsigned h = (__force __u32)src[RSVP_DST_LEN-1]; in hash_src()
145 #if RSVP_DST_LEN == 4 in rsvp_classify()
153 #if RSVP_DST_LEN == 4 in rsvp_classify()
171 if (dst[RSVP_DST_LEN-1] == s->dst[RSVP_DST_LEN-1] && in rsvp_classify()
174 #if RSVP_DST_LEN == 4 in rsvp_classify()
182 if (src[RSVP_DST_LEN-1] == f->src[RSVP_DST_LEN-1] && in rsvp_classify()
184 #if RSVP_DST_LEN == 4 in rsvp_classify()
[all …]
Dcls_rsvp.c23 #define RSVP_DST_LEN 1 macro
Dcls_rsvp6.c23 #define RSVP_DST_LEN 4 macro