Home
last modified time | relevance | path

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

/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,
/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()
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tc_tunnel.c44 #ifndef NEXTHDR_DEST
45 #define NEXTHDR_DEST 60 macro
615 case NEXTHDR_DEST: in decap_internal()
/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.c1189 ipv6_push_exthdr(skb, proto, NEXTHDR_DEST, opt->dst0opt); in ipv6_push_nfrag_opts()
1198 ipv6_push_exthdr(skb, proto, NEXTHDR_DEST, opt->dst1opt); in ipv6_push_frag_opts()
H A Dah6.c253 case NEXTHDR_DEST: in ipv6_clear_mutable_options()
H A Dip6_tunnel.c429 if (nexthdr == NEXTHDR_DEST) { in ip6_tnl_parse_tlv_enc_lim()
/linux/net/sched/
H A Dact_csum.c510 case NEXTHDR_DEST: in tcf_csum_ipv6()
/linux/net/xfrm/
H A Dxfrm_output.c108 case NEXTHDR_DEST: in mip6_rthdr_offset()
/linux/include/net/
H A Dipv6.h46 #define NEXTHDR_DEST 60 /* Destination options header. */ macro
/linux/net/core/
H A Dflow_dissector.c1539 case NEXTHDR_DEST: { in __skb_flow_dissect()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c82 protocol != NEXTHDR_DEST) { in iwl_mvm_tx_csum()