Searched refs:origfw (Results 1 – 5 of 5) sorted by relevance
/external/iptables/include/libiptc/ |
D | libiptc.h | 84 const struct ipt_entry *origfw, 91 const struct ipt_entry *origfw,
|
D | libip6tc.h | 80 const struct ip6t_entry *origfw, 86 const struct ip6t_entry *origfw,
|
/external/iproute2/include/libiptc/ |
D | libip6tc.h | 80 const struct ip6t_entry *origfw,
|
D | libiptc.h | 89 const struct ipt_entry *origfw,
|
/external/iptables/libiptc/ |
D | libiptc.c | 1964 static int delete_entry(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw, in delete_entry() argument 1978 r = iptcc_alloc_rule(c, origfw->next_offset); in delete_entry() 1984 memcpy(r->entry, origfw, origfw->next_offset); in delete_entry() 2039 int TC_CHECK_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw, in TC_CHECK_ENTRY() argument 2043 return delete_entry(chain, origfw, matchmask, handle, true); in TC_CHECK_ENTRY() 2047 int TC_DELETE_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw, in TC_DELETE_ENTRY() argument 2050 return delete_entry(chain, origfw, matchmask, handle, false); in TC_DELETE_ENTRY()
|