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
168 struct ebt_entry { struct185 /* sizeof ebt_entry + matches */ argument187 /* sizeof ebt_entry + matches + watchers */ argument189 /* sizeof ebt_entry + matches + watchers + target */ argument195 ebt_get_target(struct ebt_entry *e) in ebt_get_target() argument