Home
last modified time | relevance | path

Searched refs:NEXTHDR_AUTH (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/net/ipv6/
Dexthdrs_core.c20 (nexthdr == NEXTHDR_AUTH) || in ipv6_ext_hdr()
101 } else if (nexthdr == NEXTHDR_AUTH) in ipv6_skip_exthdr()
263 } else if (nexthdr == NEXTHDR_AUTH) { in ipv6_find_hdr()
Dip6_tunnel.c438 } else if (nexthdr == NEXTHDR_AUTH) { in ip6_tnl_parse_tlv_enc_lim()
/linux-4.1.27/net/ipv6/netfilter/
Dip6t_ipv6header.c73 else if (nexthdr == NEXTHDR_AUTH) in ipv6header_mt6()
89 case NEXTHDR_AUTH: in ipv6header_mt6()
Dip6t_ah.c48 err = ipv6_find_hdr(skb, &ptr, NEXTHDR_AUTH, NULL, NULL); in ah_mt6()
Dnf_conntrack_reasm.c544 if (nexthdr == NEXTHDR_AUTH) in find_prev_fhdr()
/linux-4.1.27/include/net/
Dipv6.h41 #define NEXTHDR_AUTH 51 /* Authentication header. */ macro