Searched refs:ta_foreach_f (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/sys/netpfil/ipfw/ |
| HD | ip_fw_table.h | 102 typedef int ta_foreach_f(void *node, void *arg); typedef 103 typedef void ta_foreach(void *ta_state, struct table_info *ti, ta_foreach_f *f, 194 ta_foreach_f f, void *arg);
|
| HD | ip_fw_table_algo.c | 394 ta_foreach_f *f, void *arg); 580 ta_foreach_addr_radix(void *ta_state, struct table_info *ti, ta_foreach_f *f, in ta_foreach_addr_radix() 983 ta_foreach_f *f, void *arg); 1516 ta_foreach_chash(void *ta_state, struct table_info *ti, ta_foreach_f *f, in ta_foreach_chash() 1978 ta_foreach_f *f, void *arg); 2556 ta_foreach_f *f; 2575 ta_foreach_ifidx(void *ta_state, struct table_info *ti, ta_foreach_f *f, in ta_foreach_ifidx() 2671 ta_foreach_f *f, void *arg); 3004 ta_foreach_numarray(void *ta_state, struct table_info *ti, ta_foreach_f *f, in ta_foreach_numarray() 3118 ta_foreach_f *f, void *arg); [all …]
|
| HD | ip_fw_table.c | 2010 ta_foreach_f *f; 2529 ta_foreach_f *f, void *arg) in ipfw_foreach_table_tentry()
|