Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/netfilter/ipv6/
Dnf_conntrack_icmpv6.h17 #ifndef ICMPV6_NI_REPLY
18 #define ICMPV6_NI_REPLY 140 macro
/Linux-v4.19/include/uapi/linux/
Dicmpv6.h102 #define ICMPV6_NI_REPLY 140 macro
/Linux-v4.19/net/netfilter/
Dnf_conntrack_proto_icmpv6.c60 [ICMPV6_NI_QUERY - 128] = ICMPV6_NI_REPLY + 1,
61 [ICMPV6_NI_REPLY - 128] = ICMPV6_NI_QUERY + 1
/Linux-v4.19/net/ipv6/
Dicmp.c891 case ICMPV6_NI_REPLY: in icmpv6_rcv()