Home
last modified time | relevance | path

Searched refs:ICMPV6_NI_REPLY (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/net/netfilter/ipv6/
Dnf_conntrack_icmpv6.h16 #ifndef ICMPV6_NI_REPLY
17 #define ICMPV6_NI_REPLY 140 macro
/linux-4.1.27/include/uapi/linux/
Dicmpv6.h101 #define ICMPV6_NI_REPLY 140 macro
/linux-4.1.27/net/ipv6/netfilter/
Dnf_conntrack_proto_icmpv6.c58 [ICMPV6_NI_QUERY - 128] = ICMPV6_NI_REPLY + 1,
59 [ICMPV6_NI_REPLY - 128] = ICMPV6_NI_QUERY +1
/linux-4.1.27/net/ipv6/
Dicmp.c771 case ICMPV6_NI_REPLY: in icmpv6_rcv()