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

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c1892 * - "struct iftable_cfg" is allocated to store table state (ta_state).
1904 struct iftable_cfg;
1909 struct iftable_cfg *icfg;
1914 struct iftable_cfg { struct
2093 struct iftable_cfg *icfg;
2095 icfg = malloc(sizeof(struct iftable_cfg), M_IPFW, M_WAITOK | M_ZERO);
2116 struct iftable_cfg *icfg;
2118 icfg = (struct iftable_cfg *)ta_state;
2144 struct iftable_cfg *icfg;
2147 icfg = (struct iftable_cfg *)ta_stat
[all...]

Completed in 145 milliseconds