Home
last modified time | relevance | path

Searched refs:NEXTHDR_HOP (Results 1 – 19 of 19) sorted by relevance

/Linux-v4.19/net/6lowpan/
Dnhc_ghc_ext_hop.c22 LOWPAN_NHC(ghc_ext_hop, "RFC7400 Hop-by-Hop Extension Header", NEXTHDR_HOP, 0,
Dnhc_hop.c22 LOWPAN_NHC(nhc_hop, "RFC6282 Hop-by-Hop Options", NEXTHDR_HOP, 0,
/Linux-v4.19/net/bridge/
Dbr_netfilter_ipv6.c123 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-v4.19/net/ipv6/netfilter/
Dip6t_ipv6header.c80 case NEXTHDR_HOP: in ipv6header_mt6()
Dip6t_hbh.c65 NEXTHDR_HOP : NEXTHDR_DEST, NULL, NULL); in hbh_mt6()
/Linux-v4.19/net/ipv6/
Dip6_offload.c31 if (proto != NEXTHDR_HOP) { in ipv6_gso_pull_exthdrs()
152 if (proto != NEXTHDR_HOP) { in ipv6_exthdrs_len()
Dip6_input.c229 if (pkt_len || hdr->nexthdr != NEXTHDR_HOP) { in ip6_rcv_core()
242 if (hdr->nexthdr == NEXTHDR_HOP) { in ip6_rcv_core()
Doutput_core.c92 case NEXTHDR_HOP: in ip6_find_1stfragopt()
Dexthdrs_core.c17 return (nexthdr == NEXTHDR_HOP) || in ipv6_ext_hdr()
Dmip6.c278 case NEXTHDR_HOP: in mip6_destopt_offset()
414 case NEXTHDR_HOP: in mip6_rthdr_offset()
Dcalipso.c1290 if (ip6_hdr->nexthdr != NEXTHDR_HOP) in calipso_skbuff_optptr()
1323 if (ip6_hdr->nexthdr == NEXTHDR_HOP) { in calipso_skbuff_setattr()
1367 ip6_hdr->nexthdr = NEXTHDR_HOP; in calipso_skbuff_setattr()
Dah6.c275 case NEXTHDR_HOP: in ipv6_clear_mutable_options()
278 nexthdr == NEXTHDR_HOP ? in ipv6_clear_mutable_options()
Dxfrm6_policy.c159 case NEXTHDR_HOP: in _decode_session6()
Dexthdrs.c985 ipv6_push_exthdr(skb, proto, NEXTHDR_HOP, opt->hopopt); in ipv6_push_nfrag_opts()
Dmcast.c1628 ip6_mc_hdr(sk, skb, dev, saddr, &mld2_all_mcr, NEXTHDR_HOP, 0); in mld_newpack()
2035 ip6_mc_hdr(sk, skb, dev, saddr, snd_addr, NEXTHDR_HOP, payload_len); in igmp6_send()
/Linux-v4.19/net/sched/
Dact_csum.c501 case NEXTHDR_HOP: in tcf_csum_ipv6()
510 if ((nexthdr == NEXTHDR_HOP) && in tcf_csum_ipv6()
/Linux-v4.19/include/net/
Dipv6.h35 #define NEXTHDR_HOP 0 /* Hop-by-hop option header. */ macro
/Linux-v4.19/net/core/
Dflow_dissector.c939 case NEXTHDR_HOP: in __skb_flow_dissect()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c144 protocol != NEXTHDR_HOP && in iwl_mvm_tx_csum()