Searched defs:ebt_entry (Results 1 - 1 of 1) sorted by relevance

/include/uapi/linux/netfilter_bridge/
H A Debtables.h77 * Must be same size as ebt_entry.bitmask */
91 /* used for the bitmask of struct ebt_entry */
93 /* This is a hack to make a difference between an ebt_entry struct and an
157 struct ebt_entry { struct
174 /* sizeof ebt_entry + matches */
176 /* sizeof ebt_entry + matches + watchers */
178 /* sizeof ebt_entry + matches + watchers + target */
205 for (__i = sizeof(struct ebt_entry); \
249 struct ebt_entry *__entry; \

Completed in 160 milliseconds