Lines Matching refs:RSVP_DST_LEN
75 __be32 dst[RSVP_DST_LEN];
87 __be32 src[RSVP_DST_LEN];
101 unsigned int h = (__force __u32)dst[RSVP_DST_LEN - 1]; in hash_dst()
110 unsigned int h = (__force __u32)src[RSVP_DST_LEN-1]; in hash_src()
138 #if RSVP_DST_LEN == 4 in rsvp_classify()
153 #if RSVP_DST_LEN == 4 in rsvp_classify()
172 if (dst[RSVP_DST_LEN-1] == s->dst[RSVP_DST_LEN - 1] && in rsvp_classify()
176 #if RSVP_DST_LEN == 4 in rsvp_classify()
185 if (src[RSVP_DST_LEN-1] == f->src[RSVP_DST_LEN - 1] && in rsvp_classify()
187 #if RSVP_DST_LEN == 4 in rsvp_classify()
466 [TCA_RSVP_DST] = { .len = RSVP_DST_LEN * sizeof(u32) },
467 [TCA_RSVP_SRC] = { .len = RSVP_DST_LEN * sizeof(u32) },
586 if (dst[RSVP_DST_LEN-1] == s->dst[RSVP_DST_LEN-1] && in rsvp_change()
589 #if RSVP_DST_LEN == 4 in rsvp_change()