Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/netfilter_ipv4/
Dip_tables.h132 #define IPT_BASE_CTL 64 macro
134 #define IPT_SO_SET_REPLACE (IPT_BASE_CTL)
135 #define IPT_SO_SET_ADD_COUNTERS (IPT_BASE_CTL + 1)
138 #define IPT_SO_GET_INFO (IPT_BASE_CTL)
139 #define IPT_SO_GET_ENTRIES (IPT_BASE_CTL + 1)
140 #define IPT_SO_GET_REVISION_MATCH (IPT_BASE_CTL + 2)
141 #define IPT_SO_GET_REVISION_TARGET (IPT_BASE_CTL + 3)
/linux-4.4.14/net/ipv4/netfilter/
Dip_tables.c2042 .set_optmin = IPT_BASE_CTL,
2048 .get_optmin = IPT_BASE_CTL,