Lines Matching refs:RSVP_DST_LEN
79 __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()
448 .len = RSVP_DST_LEN * sizeof(u32) },
450 .len = RSVP_DST_LEN * sizeof(u32) },
558 if (dst[RSVP_DST_LEN-1] == s->dst[RSVP_DST_LEN-1] && in rsvp_change()
561 #if RSVP_DST_LEN == 4 in rsvp_change()