Home
last modified time | relevance | path

Searched refs:NEXTHDR_DEST (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/net/6lowpan/
H A Dnhc_dest.c12 LOWPAN_NHC(nhc_dest, "RFC6282 Destination Options", NEXTHDR_DEST, 0,
H A Dnhc_ghc_ext_dest.c11 LOWPAN_NHC(ghc_ext_dest, "RFC7400 Destination Extension Header", NEXTHDR_DEST,
/openbmc/linux/net/ipv6/netfilter/
H A Dip6t_ipv6header.c92 case NEXTHDR_DEST: in ipv6header_mt6()
H A Dip6t_hbh.c62 NEXTHDR_HOP : NEXTHDR_DEST, NULL, NULL); in hbh_mt6()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tc_tunnel.c41 #ifndef NEXTHDR_DEST
42 #define NEXTHDR_DEST 60 macro
612 case NEXTHDR_DEST: in decap_internal()
/openbmc/linux/net/ipv6/
H A Doutput_core.c76 case NEXTHDR_DEST: in ip6_find_1stfragopt()
H A Dexthdrs_core.c23 (nexthdr == NEXTHDR_DEST); in ipv6_ext_hdr()
H A Dexthdrs.c1191 ipv6_push_exthdr(skb, proto, NEXTHDR_DEST, opt->dst0opt); in ipv6_push_nfrag_opts()
1200 ipv6_push_exthdr(skb, proto, NEXTHDR_DEST, opt->dst1opt); in ipv6_push_frag_opts()
H A Dah6.c256 case NEXTHDR_DEST: in ipv6_clear_mutable_options()
H A Dip6_tunnel.c430 if (nexthdr == NEXTHDR_DEST) { in ip6_tnl_parse_tlv_enc_lim()
/openbmc/linux/net/sched/
H A Dact_csum.c510 case NEXTHDR_DEST: in tcf_csum_ipv6()
/openbmc/linux/net/xfrm/
H A Dxfrm_output.c108 case NEXTHDR_DEST: in mip6_rthdr_offset()
H A Dxfrm_policy.c3514 case NEXTHDR_DEST: in decode_session6()
/openbmc/linux/include/net/
H A Dipv6.h46 #define NEXTHDR_DEST 60 /* Destination options header. */ macro
/openbmc/linux/net/core/
H A Dflow_dissector.c1515 case NEXTHDR_DEST: { in __skb_flow_dissect()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c82 protocol != NEXTHDR_DEST) { in iwl_mvm_tx_csum()