Home
last modified time | relevance | path

Searched refs:origfw (Results 1 – 5 of 5) sorted by relevance

/external/iproute2/include/libiptc/
Dlibiptc.h84 const struct ipt_entry *origfw,
91 const struct ipt_entry *origfw,
Dlibip6tc.h80 const struct ip6t_entry *origfw,
86 const struct ip6t_entry *origfw,
/external/iptables/include/libiptc/
Dlibiptc.h84 const struct ipt_entry *origfw,
91 const struct ipt_entry *origfw,
Dlibip6tc.h80 const struct ip6t_entry *origfw,
86 const struct ip6t_entry *origfw,
/external/iptables/libiptc/
Dlibiptc.c1964 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()