Searched refs:NEXTHDR_HOP (Results 1 – 16 of 16) sorted by relevance
| /linux-4.4.14/net/6lowpan/ |
| D | nhc_hop.c | 22 LOWPAN_NHC(nhc_hop, "RFC6282 Hop-by-Hop Options", NEXTHDR_HOP, 0,
|
| /linux-4.4.14/net/bridge/ |
| D | br_netfilter_ipv6.c | 123 if (pkt_len || hdr->nexthdr != NEXTHDR_HOP) { in br_validate_ipv6() 135 if (hdr->nexthdr == NEXTHDR_HOP && br_nf_check_hbh_len(skb)) in br_validate_ipv6()
|
| /linux-4.4.14/net/ipv6/ |
| D | ip6_input.c | 160 if (pkt_len || hdr->nexthdr != NEXTHDR_HOP) { in ipv6_rcv() 173 if (hdr->nexthdr == NEXTHDR_HOP) { in ipv6_rcv()
|
| D | ip6_offload.c | 30 if (proto != NEXTHDR_HOP) { in ipv6_gso_pull_exthdrs() 151 if (proto != NEXTHDR_HOP) { in ipv6_exthdrs_len()
|
| D | output_core.c | 93 case NEXTHDR_HOP: in ip6_find_1stfragopt()
|
| D | exthdrs_core.c | 17 return (nexthdr == NEXTHDR_HOP) || in ipv6_ext_hdr()
|
| D | mip6.c | 278 case NEXTHDR_HOP: in mip6_destopt_offset() 414 case NEXTHDR_HOP: in mip6_rthdr_offset()
|
| D | ah6.c | 273 case NEXTHDR_HOP: in ipv6_clear_mutable_options() 276 nexthdr == NEXTHDR_HOP ? in ipv6_clear_mutable_options()
|
| D | xfrm6_policy.c | 155 case NEXTHDR_HOP: in _decode_session6()
|
| D | exthdrs.c | 703 ipv6_push_exthdr(skb, proto, NEXTHDR_HOP, opt->hopopt); in ipv6_push_nfrag_opts()
|
| D | mcast.c | 1589 ip6_mc_hdr(sk, skb, dev, saddr, &mld2_all_mcr, NEXTHDR_HOP, 0); in mld_newpack() 1983 ip6_mc_hdr(sk, skb, dev, saddr, snd_addr, NEXTHDR_HOP, payload_len); in igmp6_send()
|
| /linux-4.4.14/net/ipv6/netfilter/ |
| D | ip6t_ipv6header.c | 80 case NEXTHDR_HOP: in ipv6header_mt6()
|
| D | ip6t_hbh.c | 65 NEXTHDR_HOP : NEXTHDR_DEST, NULL, NULL); in hbh_mt6()
|
| /linux-4.4.14/net/sched/ |
| D | act_csum.c | 444 case NEXTHDR_HOP: in tcf_csum_ipv6() 453 if ((nexthdr == NEXTHDR_HOP) && in tcf_csum_ipv6()
|
| /linux-4.4.14/net/core/ |
| D | flow_dissector.c | 417 case NEXTHDR_HOP: in __skb_flow_dissect()
|
| /linux-4.4.14/include/net/ |
| D | ipv6.h | 33 #define NEXTHDR_HOP 0 /* Hop-by-hop option header. */ macro
|