Searched defs:xtp (Results 1 - 1 of 1) sorted by relevance

/external/iptables/libxtables/
H A Dxtables.c235 * @xtp: input xtables_globals structure
239 * @xtp cannot be NULL
243 int xtables_set_params(struct xtables_globals *xtp) argument
245 if (!xtp) {
250 xt_params = xtp;
258 int xtables_init_all(struct xtables_globals *xtp, uint8_t nfproto) argument
262 return xtables_set_params(xtp);

Completed in 38 milliseconds