Home
last modified time | relevance | path

Searched refs:NEXTHDR_DEST (Results 1 – 13 of 13) 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
607 case NEXTHDR_DEST: in decap_internal()
/linux/net/ipv6/
H A Dexthdrs_core.c23 (nexthdr == NEXTHDR_DEST); in ipv6_ext_hdr()
H A Dexthdrs.c1195 proto = ipv6_push_exthdr(skb, proto, NEXTHDR_DEST, opt->dst0opt); in ipv6_push_nfrag_opts()
1205 proto = ipv6_push_exthdr(skb, proto, NEXTHDR_DEST, opt->dst1opt); in ipv6_push_frag_opts()
H A Dah6.c281 case NEXTHDR_DEST: in ipv6_clear_mutable_options()
H A Dip6_tunnel.c430 if (nexthdr == NEXTHDR_DEST) { in ip6_tnl_parse_tlv_enc_lim()
/linux/net/sched/
H A Dact_csum.c511 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.h44 #define NEXTHDR_DEST 60 /* Destination options header. */ macro
/linux/net/core/
H A Dflow_dissector.c1549 case NEXTHDR_DEST: { in __skb_flow_dissect()