Home
last modified time | relevance | path

Searched refs:IP6T_BASE_CTL (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/uapi/linux/netfilter_ipv6/
Dip6_tables.h169 #define IP6T_BASE_CTL 64 macro
171 #define IP6T_SO_SET_REPLACE (IP6T_BASE_CTL)
172 #define IP6T_SO_SET_ADD_COUNTERS (IP6T_BASE_CTL + 1)
175 #define IP6T_SO_GET_INFO (IP6T_BASE_CTL)
176 #define IP6T_SO_GET_ENTRIES (IP6T_BASE_CTL + 1)
177 #define IP6T_SO_GET_REVISION_MATCH (IP6T_BASE_CTL + 4)
178 #define IP6T_SO_GET_REVISION_TARGET (IP6T_BASE_CTL + 5)
/linux-4.1.27/net/ipv6/netfilter/
Dip6_tables.c2207 .set_optmin = IP6T_BASE_CTL,
2213 .get_optmin = IP6T_BASE_CTL,