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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dcls_rsvp.c38 #define RSVP_DST_LEN 1 macro
H A Dcls_rsvp6.c39 #define RSVP_DST_LEN 4 macro
H A Dcls_rsvp.h80 __be32 dst[RSVP_DST_LEN];
92 __be32 src[RSVP_DST_LEN];
105 unsigned h = (__force __u32)dst[RSVP_DST_LEN-1];
113 unsigned h = (__force __u32)src[RSVP_DST_LEN-1];
145 #if RSVP_DST_LEN == 4
153 #if RSVP_DST_LEN == 4
171 if (dst[RSVP_DST_LEN-1] == s->dst[RSVP_DST_LEN-1] &&
174 #if RSVP_DST_LEN == 4
182 if (src[RSVP_DST_LEN
[all...]

Completed in 42 milliseconds