• Home
  • Raw
  • Download

Lines Matching refs:IPT_CHAINLABEL

1742 TC_INSERT_ENTRY(const IPT_CHAINLABEL chain,  in TC_INSERT_ENTRY()
1801 TC_REPLACE_ENTRY(const IPT_CHAINLABEL chain, in TC_REPLACE_ENTRY()
1852 TC_APPEND_ENTRY(const IPT_CHAINLABEL chain, in TC_APPEND_ENTRY()
1959 static int delete_entry(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw, in delete_entry()
2032 int TC_CHECK_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw, in TC_CHECK_ENTRY()
2040 int TC_DELETE_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw, in TC_DELETE_ENTRY()
2048 TC_DELETE_NUM_ENTRY(const IPT_CHAINLABEL chain, in TC_DELETE_NUM_ENTRY()
2093 TC_FLUSH_ENTRIES(const IPT_CHAINLABEL chain, struct xtc_handle *handle) in TC_FLUSH_ENTRIES()
2117 TC_ZERO_ENTRIES(const IPT_CHAINLABEL chain, struct xtc_handle *handle) in TC_ZERO_ENTRIES()
2142 TC_READ_COUNTER(const IPT_CHAINLABEL chain, in TC_READ_COUNTER()
2166 TC_ZERO_COUNTER(const IPT_CHAINLABEL chain, in TC_ZERO_COUNTER()
2195 TC_SET_COUNTER(const IPT_CHAINLABEL chain, in TC_SET_COUNTER()
2231 TC_CREATE_CHAIN(const IPT_CHAINLABEL chain, struct xtc_handle *handle) in TC_CREATE_CHAIN()
2251 if (strlen(chain)+1 > sizeof(IPT_CHAINLABEL)) { in TC_CREATE_CHAIN()
2290 TC_GET_REFERENCES(unsigned int *ref, const IPT_CHAINLABEL chain, in TC_GET_REFERENCES()
2308 TC_DELETE_CHAIN(const IPT_CHAINLABEL chain, struct xtc_handle *handle) in TC_DELETE_CHAIN()
2363 int TC_RENAME_CHAIN(const IPT_CHAINLABEL oldname, in TC_RENAME_CHAIN()
2364 const IPT_CHAINLABEL newname, in TC_RENAME_CHAIN()
2387 if (strlen(newname)+1 > sizeof(IPT_CHAINLABEL)) { in TC_RENAME_CHAIN()
2396 strncpy(c->name, newname, sizeof(IPT_CHAINLABEL)); in TC_RENAME_CHAIN()
2408 TC_SET_POLICY(const IPT_CHAINLABEL chain, in TC_SET_POLICY()
2409 const IPT_CHAINLABEL policy, in TC_SET_POLICY()