Searched refs:final_check (Results 1 - 11 of 11) sorted by relevance

/external/iproute2/include/
H A Dip6tables.h43 void (*final_check)(unsigned int flags); member in struct:ip6tables_match
92 void (*final_check)(unsigned int flags); member in struct:ip6tables_target
H A Diptables.h66 void (*final_check)(unsigned int flags); member in struct:iptables_match
118 void (*final_check)(unsigned int flags); member in struct:iptables_target
/external/iptables/extensions/
H A Dlibxt_SET.c376 .final_check = set_target_check_v0,
391 .final_check = set_target_check_v1,
406 .final_check = set_target_check_v2,
H A Dlibxt_set.c227 .final_check = set_check_v0,
241 .final_check = set_check_v1,
H A Dlibxt_RATEEST.c13 /* hack to pass raw values to final_check */
203 .final_check = RATEEST_final_check,
H A Dlibxt_rateest.c11 /* Ugly hack to pass info to final_check function. We should fix the API */
442 .final_check = rateest_final_check,
/external/iptables/include/
H A Dxtables.h238 void (*final_check)(unsigned int flags); member in struct:xtables_match
303 void (*final_check)(unsigned int flags); member in struct:xtables_target
/external/iproute2/tc/
H A Dm_xt.c210 if (m && m->final_check)
211 m->final_check(m->tflags);
H A Dm_xt_old.c300 m->final_check(m->tflags);
H A Dm_ipt.c480 m->final_check(m->tflags);
/external/iptables/iptables/
H A Dxtoptions.c986 * ->final_check of the older API.
1020 * Dispatch arguments to the appropriate final_check function, based upon the
1032 } else if (t->final_check != NULL) {
1033 t->final_check(t->tflags);
1040 * Dispatch arguments to the appropriate final_check function, based upon the
1052 } else if (m->final_check != NULL) {
1053 m->final_check(m->mflags);

Completed in 139 milliseconds