Searched refs:NEXTHDR_DEST (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/net/6lowpan/ |
D | nhc_dest.c | 23 LOWPAN_NHC(nhc_dest, "RFC6282 Destination Options", NEXTHDR_DEST, 0,
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | ip6t_ipv6header.c | 92 case NEXTHDR_DEST: in ipv6header_mt6()
|
D | ip6t_hbh.c | 65 NEXTHDR_HOP : NEXTHDR_DEST, NULL, NULL); in hbh_mt6()
|
/linux-4.1.27/net/ipv6/ |
D | output_core.c | 96 case NEXTHDR_DEST: in ip6_find_1stfragopt()
|
D | exthdrs_core.c | 22 (nexthdr == NEXTHDR_DEST); in ipv6_ext_hdr()
|
D | mip6.c | 285 case NEXTHDR_DEST: in mip6_destopt_offset() 427 case NEXTHDR_DEST: in mip6_rthdr_offset()
|
D | exthdrs.c | 700 ipv6_push_exthdr(skb, proto, NEXTHDR_DEST, opt->dst0opt); in ipv6_push_nfrag_opts() 710 ipv6_push_exthdr(skb, proto, NEXTHDR_DEST, opt->dst1opt); in ipv6_push_frag_opts()
|
D | xfrm6_policy.c | 164 case NEXTHDR_DEST: in _decode_session6()
|
D | ah6.c | 270 case NEXTHDR_DEST: in ipv6_clear_mutable_options()
|
D | ip6_tunnel.c | 443 if (nexthdr == NEXTHDR_DEST) { in ip6_tnl_parse_tlv_enc_lim()
|
/linux-4.1.27/net/sched/ |
D | act_csum.c | 444 case NEXTHDR_DEST: in tcf_csum_ipv6()
|
/linux-4.1.27/include/net/ |
D | ipv6.h | 44 #define NEXTHDR_DEST 60 /* Destination options header. */ macro
|