Home
last modified time | relevance | path

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

/linux-6.6.21/net/6lowpan/
Dnhc_hop.c11 LOWPAN_NHC(nhc_hop, "RFC6282 Hop-by-Hop Options", NEXTHDR_HOP, 0,
Dnhc_ghc_ext_hop.c11 LOWPAN_NHC(ghc_ext_hop, "RFC7400 Hop-by-Hop Extension Header", NEXTHDR_HOP, 0,
/linux-6.6.21/net/ipv6/
Dip6_offload.c48 if (proto != NEXTHDR_HOP) { in ipv6_gso_pull_exthdrs()
174 if (proto != NEXTHDR_HOP) { in ipv6_exthdrs_len()
355 iph->nexthdr = NEXTHDR_HOP; in ipv6_gro_complete()
Dioam6_iptunnel.c251 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()
Doutput_core.c71 case NEXTHDR_HOP: in ip6_find_1stfragopt()
Dexthdrs_core.c18 return (nexthdr == NEXTHDR_HOP) || in ipv6_ext_hdr()
Dip6_input.c267 if (pkt_len || hdr->nexthdr != NEXTHDR_HOP) { in ip6_rcv_core()
279 if (hdr->nexthdr == NEXTHDR_HOP) { in ip6_rcv_core()
Dcalipso.c1273 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()
Dah6.c260 case NEXTHDR_HOP: in ipv6_clear_mutable_options()
263 nexthdr == NEXTHDR_HOP ? in ipv6_clear_mutable_options()
Dexthdrs.c1194 ipv6_push_exthdr(skb, proto, NEXTHDR_HOP, opt->hopopt); in ipv6_push_nfrag_opts()
Dmcast.c1763 ip6_mc_hdr(sk, skb, dev, saddr, &mld2_all_mcr, NEXTHDR_HOP, 0); in mld_newpack()
2175 ip6_mc_hdr(sk, skb, dev, saddr, snd_addr, NEXTHDR_HOP, payload_len); in igmp6_send()
/linux-6.6.21/net/ipv6/netfilter/
Dip6t_ipv6header.c80 case NEXTHDR_HOP: in ipv6header_mt6()
Dip6t_hbh.c62 NEXTHDR_HOP : NEXTHDR_DEST, NULL, NULL); in hbh_mt6()
/linux-6.6.21/net/bridge/
Dbr_netfilter_ipv6.c62 if (hdr->nexthdr == NEXTHDR_HOP && nf_ip6_check_hbh_len(skb, &pkt_len)) in br_validate_ipv6()
/linux-6.6.21/net/netfilter/
Dnf_conntrack_ovs.c125 if (ipv6_hdr(skb)->nexthdr == NEXTHDR_HOP) { in nf_ct_skb_network_trim()
/linux-6.6.21/net/sched/
Dact_csum.c509 case NEXTHDR_HOP: in tcf_csum_ipv6()
518 if ((nexthdr == NEXTHDR_HOP) && in tcf_csum_ipv6()
/linux-6.6.21/include/net/
Dipv6.h34 #define NEXTHDR_HOP 0 /* Hop-by-hop option header. */ macro
494 if (nhdr->nexthdr != NEXTHDR_HOP) in ipv6_has_hopopt_jumbo()
/linux-6.6.21/net/xfrm/
Dxfrm_output.c96 case NEXTHDR_HOP: in mip6_rthdr_offset()
Dxfrm_policy.c3487 case NEXTHDR_HOP: in decode_session6()
/linux-6.6.21/net/core/
Dflow_dissector.c1513 case NEXTHDR_HOP: in __skb_flow_dissect()
/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c81 protocol != NEXTHDR_HOP && in iwl_mvm_tx_csum()
/linux-6.6.21/drivers/net/
Damt.c835 ip6h->nexthdr = NEXTHDR_HOP; in amt_build_mld_gq()
/linux-6.6.21/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c11386 if (*nexthdr == NEXTHDR_HOP) { in bnxt_exthdr_check()