Searched defs:ebt_entry (Results 1 – 2 of 2) sorted by relevance
74 struct ebt_entry { struct76 unsigned int bitmask;77 unsigned int invflags;78 uint16_t ethproto;80 char in[IFNAMSIZ];82 char logical_in[IFNAMSIZ];107 struct ebt_entry fw; argument
157 struct ebt_entry { struct174 /* sizeof ebt_entry + matches */ argument176 /* sizeof ebt_entry + matches + watchers */ argument178 /* sizeof ebt_entry + matches + watchers + target */ argument179 unsigned int next_offset;203 struct ebt_entry_match *__match; \ argument