Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/netfilter_ipv4/
H A Dip_tables.h134 #define IPT_BASE_CTL 64 macro
136 #define IPT_SO_SET_REPLACE (IPT_BASE_CTL)
137 #define IPT_SO_SET_ADD_COUNTERS (IPT_BASE_CTL + 1)
140 #define IPT_SO_GET_INFO (IPT_BASE_CTL)
141 #define IPT_SO_GET_ENTRIES (IPT_BASE_CTL + 1)
142 #define IPT_SO_GET_REVISION_MATCH (IPT_BASE_CTL + 2)
143 #define IPT_SO_GET_REVISION_TARGET (IPT_BASE_CTL + 3)
/openbmc/linux/net/ipv4/netfilter/
H A Dip_tables.c1829 .set_optmin = IPT_BASE_CTL,
1832 .get_optmin = IPT_BASE_CTL,