/openbmc/linux/net/6lowpan/ |
H A D | nhc_hop.c | 11 LOWPAN_NHC(nhc_hop, "RFC6282 Hop-by-Hop Options", NEXTHDR_HOP, 0,
|
H A D | nhc_ghc_ext_hop.c | 11 LOWPAN_NHC(ghc_ext_hop, "RFC7400 Hop-by-Hop Extension Header", NEXTHDR_HOP, 0,
|
/openbmc/linux/net/ipv6/ |
H A D | ip6_offload.c | 82 if (proto != NEXTHDR_HOP) { in ipv6_gso_pull_exthdrs() 208 if (proto != NEXTHDR_HOP) { in ipv6_exthdrs_len() 387 iph->nexthdr = NEXTHDR_HOP; in ipv6_gro_complete()
|
H A D | ioam6_iptunnel.c | 251 hdr->nexthdr = NEXTHDR_HOP; in ioam6_do_inline() 285 hdr->nexthdr = NEXTHDR_HOP; in ioam6_do_encap() 320 if (ipv6_hdr(skb)->nexthdr == NEXTHDR_HOP) in ioam6_output()
|
H A D | output_core.c | 71 case NEXTHDR_HOP: in ip6_find_1stfragopt()
|
H A D | ip6_input.c | 267 if (pkt_len || hdr->nexthdr != NEXTHDR_HOP) { in ip6_rcv_core() 279 if (hdr->nexthdr == NEXTHDR_HOP) { in ip6_rcv_core()
|
H A D | exthdrs_core.c | 18 return (nexthdr == NEXTHDR_HOP) || in ipv6_ext_hdr()
|
H A D | calipso.c | 1273 if (ip6_hdr->nexthdr != NEXTHDR_HOP) in calipso_skbuff_optptr() 1306 if (ip6_hdr->nexthdr == NEXTHDR_HOP) { in calipso_skbuff_setattr() 1350 ip6_hdr->nexthdr = NEXTHDR_HOP; in calipso_skbuff_setattr()
|
H A D | ah6.c | 260 case NEXTHDR_HOP: in ipv6_clear_mutable_options() 263 nexthdr == NEXTHDR_HOP ? in ipv6_clear_mutable_options()
|
H A D | exthdrs.c | 1194 ipv6_push_exthdr(skb, proto, NEXTHDR_HOP, opt->hopopt); in ipv6_push_nfrag_opts()
|
H A D | mcast.c | 1767 ip6_mc_hdr(sk, skb, dev, saddr, &mld2_all_mcr, NEXTHDR_HOP, 0); in mld_newpack() 2182 ip6_mc_hdr(sk, skb, dev, saddr, snd_addr, NEXTHDR_HOP, payload_len); in igmp6_send()
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | ip6t_ipv6header.c | 80 case NEXTHDR_HOP: in ipv6header_mt6()
|
H A D | ip6t_hbh.c | 62 NEXTHDR_HOP : NEXTHDR_DEST, NULL, NULL); in hbh_mt6()
|
/openbmc/linux/net/bridge/ |
H A D | br_netfilter_ipv6.c | 62 if (hdr->nexthdr == NEXTHDR_HOP && nf_ip6_check_hbh_len(skb, &pkt_len)) in br_validate_ipv6()
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_ovs.c | 125 if (ipv6_hdr(skb)->nexthdr == NEXTHDR_HOP) { in nf_ct_skb_network_trim()
|
/openbmc/linux/net/sched/ |
H A D | act_csum.c | 509 case NEXTHDR_HOP: in tcf_csum_ipv6() 518 if ((nexthdr == NEXTHDR_HOP) && in tcf_csum_ipv6()
|
/openbmc/linux/include/net/ |
H A D | ipv6.h | 34 #define NEXTHDR_HOP 0 /* Hop-by-hop option header. */ macro 494 if (nhdr->nexthdr != NEXTHDR_HOP) in ipv6_has_hopopt_jumbo()
|
/openbmc/linux/net/xfrm/ |
H A D | xfrm_output.c | 96 case NEXTHDR_HOP: in mip6_rthdr_offset()
|
H A D | xfrm_policy.c | 3513 case NEXTHDR_HOP: in decode_session6()
|
/openbmc/linux/net/core/ |
H A D | flow_dissector.c | 1523 case NEXTHDR_HOP: in __skb_flow_dissect()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | tx.c | 81 protocol != NEXTHDR_HOP && in iwl_mvm_tx_csum()
|
/openbmc/linux/drivers/net/ |
H A D | amt.c | 835 ip6h->nexthdr = NEXTHDR_HOP; in amt_build_mld_gq()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 11379 if (*nexthdr == NEXTHDR_HOP) { in bnxt_exthdr_check()
|