Searched refs:nexthdr (Results 1 - 25 of 54) sorted by last modified time

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/common/include/proto/
H A D802.11.h1803 uint8 nexthdr; member in struct:dot11_tclas_fc_4_ipv6
H A Dbcmip.h169 uint8 nexthdr; member in struct:ipv6_exthdr
174 uint8 nexthdr; member in struct:ipv6_exthdr_frag
186 while (IPV6_EXTHDR(eh->nexthdr)) {
187 if (eh->nexthdr == IPV6_EXTHDR_NONE)
189 else if (eh->nexthdr == IPV6_EXTHDR_FRAGMENT)
191 else if (eh->nexthdr == IPV6_EXTHDR_AUTH)
200 *proto = eh->nexthdr;
H A Dbcmipv6.h104 uint8 nexthdr; member in struct:ipv6_hdr
126 uint8 nexthdr; member in struct:ipv6_frag
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Daddrconf.h108 extern int ipv6_is_mld(struct sk_buff *skb, int nexthdr);
H A Dipv6.h98 __u8 nexthdr; member in struct:frag_hdr
451 extern int ip6_find_1stfragopt(struct sk_buff *skb, u8 **nexthdr);
511 extern int ipv6_ext_hdr(u8 nexthdr);
H A Dpkt_cls.h157 int nexthdr; member in struct:tcf_pkt_info
H A Drawv6.h10 extern int ipv6_raw_deliver(struct sk_buff *skb, int nexthdr);
H A Dxfrm.h1050 extern int xfrm_parse_spi(struct sk_buff *skb, u8 nexthdr, __be32 *spi, __be32 *seq);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dip.h122 __u8 nexthdr; member in struct:ip_auth_hdr
137 __u8 nexthdr; member in struct:ip_comp_hdr
143 __u8 nexthdr; member in struct:ip_beet_phdr
H A Dipv6.h38 __u8 nexthdr; member in struct:ipv6_rt_hdr
51 __u8 nexthdr; member in struct:ipv6_opt_hdr
100 __u8 nexthdr; member in struct:ipv6_auth_hdr
115 __u8 nexthdr; member in struct:ipv6_comp_hdr
140 __u8 nexthdr; member in struct:ipv6hdr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter_ipv6/
H A Dip6_tables.h340 extern int ip6t_ext_hdr(u8 nexthdr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/proto/
H A D802.11.h1803 uint8 nexthdr; member in struct:dot11_tclas_fc_4_ipv6
H A Dbcmip.h178 uint8 nexthdr; member in struct:ipv6_exthdr
183 uint8 nexthdr; member in struct:ipv6_exthdr_frag
195 while (IPV6_EXTHDR(eh->nexthdr)) {
196 if (eh->nexthdr == IPV6_EXTHDR_NONE)
198 else if (eh->nexthdr == IPV6_EXTHDR_FRAGMENT)
200 else if (eh->nexthdr == IPV6_EXTHDR_AUTH)
209 *proto = eh->nexthdr;
H A Dbcmipv6.h104 uint8 nexthdr; member in struct:ipv6_hdr
126 uint8 nexthdr; member in struct:ipv6_frag
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/
H A Dbr_netfilter.c476 if (pkt_len || hdr->nexthdr != NEXTHDR_HOP) {
482 if (hdr->nexthdr == NEXTHDR_HOP && check_hbh_len(skb))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dpktgen.c2736 iph->nexthdr = IPPROTO_UDP;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dah4.c84 ah->nexthdr = top_iph->protocol;
183 ((struct iphdr*)work_buf)->protocol = ah->nexthdr;
H A Desp4.c161 u8 nexthdr[2]; local
214 if (skb_copy_bits(skb, skb->len-alen-2, nexthdr, 2))
217 padlen = nexthdr[0];
257 iph->protocol = nexthdr[1];
H A Dipcomp.c89 iph->protocol = ipch->nexthdr;
157 ipch->nexthdr = iph->protocol;
H A Dxfrm4_input.c26 static int xfrm4_parse_spi(struct sk_buff *skb, u8 nexthdr, __be32 *spi, __be32 *seq) argument
28 switch (nexthdr) {
36 return xfrm_parse_spi(skb, nexthdr, spi, seq);
H A Dxfrm4_mode_beet.c57 ph->nexthdr = top_iph->protocol;
95 ph_nexthdr = ph->nexthdr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dah6.c185 int nexthdr = iph->nexthdr; local
190 switch (nexthdr) {
200 nexthdr == NEXTHDR_HOP ?
214 nexthdr = exthdr.opth->nexthdr;
228 u8 nexthdr; local
241 nexthdr = *skb_network_header(skb);
272 ah->nexthdr = nexthdr;
333 int nexthdr; local
[all...]
H A Ddatagram.c435 u8 nexthdr = ipv6_hdr(skb)->nexthdr; local
441 switch(nexthdr) {
443 nexthdr = ptr[0];
449 nexthdr = ptr[0];
455 nexthdr = ptr[0];
459 nexthdr = ptr[0];
H A Desp6.c199 u8 nexthdr[2]; local
217 if (skb_copy_bits(skb, skb->len-alen-2, nexthdr, 2))
220 padlen = nexthdr[0];
229 ret = nexthdr[1];
H A Dexthdrs.c466 opt->nhoff = (&hdr->nexthdr) - skb_network_header(skb);
818 phdr->rt_hdr.nexthdr = *proto;
827 h->nexthdr = *proto;

Completed in 384 milliseconds

123