Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/netfilter_arp/
H A Darp_tables.h122 #define ARPT_BASE_CTL 96 macro
124 #define ARPT_SO_SET_REPLACE (ARPT_BASE_CTL)
125 #define ARPT_SO_SET_ADD_COUNTERS (ARPT_BASE_CTL + 1)
128 #define ARPT_SO_GET_INFO (ARPT_BASE_CTL)
129 #define ARPT_SO_GET_ENTRIES (ARPT_BASE_CTL + 1)
131 #define ARPT_SO_GET_REVISION_TARGET (ARPT_BASE_CTL + 3)
/openbmc/linux/net/ipv4/netfilter/
H A Darp_tables.c1611 .set_optmin = ARPT_BASE_CTL,
1614 .get_optmin = ARPT_BASE_CTL,