Searched refs:tunnelhdr (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dcls_rsvp.h52 matches a special session with "tunnelhdr" value not zero,
54 In this case, we pull tunnelhdr bytes and restart lookup
61 tunnelhdr correct) in GRE protocol field and SPI matches
94 u8 tunnelhdr; member in struct:rsvp_filter
194 if (f->tunnelhdr == 0)
198 nhptr = (void*)(xprt + f->tunnelhdr - sizeof(*nhptr));
372 if (f->tunnelhdr == 0)
466 f->tunnelhdr = pinfo->tunnelhdr;
485 if (f->tunnelhdr) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Df_rsvp.c263 pinfo.tunnelhdr = tid;
339 if (!pinfo || pinfo->tunnelhdr == 0)
342 fprintf(f, "tunnel %d skip %d ", *(__u32*)RTA_DATA(tb[TCA_RSVP_CLASSID]), pinfo->tunnelhdr);
343 } else if (pinfo && pinfo->tunnelhdr)
344 fprintf(f, "tunnel [BAD] skip %d ", pinfo->tunnelhdr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/
H A Dpkt_cls.h278 __u8 tunnelhdr; member in struct:tc_rsvp_pinfo
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpkt_cls.h278 __u8 tunnelhdr; member in struct:tc_rsvp_pinfo

Completed in 55 milliseconds