Home
last modified time | relevance | path

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

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