Lines Matching refs:iftable_cfg
1916 struct iftable_cfg;
1921 struct iftable_cfg *icfg;
1926 struct iftable_cfg { struct
2105 struct iftable_cfg *icfg; in ta_init_ifidx()
2107 icfg = malloc(sizeof(struct iftable_cfg), M_IPFW, M_WAITOK | M_ZERO); in ta_init_ifidx()
2128 struct iftable_cfg *icfg; in ta_change_ti_ifidx()
2130 icfg = (struct iftable_cfg *)ta_state; in ta_change_ti_ifidx()
2156 struct iftable_cfg *icfg; in ta_destroy_ifidx()
2159 icfg = (struct iftable_cfg *)ta_state; in ta_destroy_ifidx()
2180 struct iftable_cfg *cfg; in ta_dump_ifidx_tinfo()
2182 cfg = (struct iftable_cfg *)ta_state; in ta_dump_ifidx_tinfo()
2230 struct iftable_cfg *icfg; in ta_add_ifidx()
2240 icfg = (struct iftable_cfg *)ta_state; in ta_add_ifidx()
2312 struct iftable_cfg *icfg; in ta_del_ifidx()
2321 icfg = (struct iftable_cfg *)ta_state; in ta_del_ifidx()
2381 struct iftable_cfg *icfg; in if_notifier()
2424 struct iftable_cfg *cfg; in ta_need_modify_ifidx()
2427 cfg = (struct iftable_cfg *)ta_state; in ta_need_modify_ifidx()
2467 struct iftable_cfg *icfg; in ta_fill_mod_ifidx()
2470 icfg = (struct iftable_cfg *)ta_state; in ta_fill_mod_ifidx()
2491 struct iftable_cfg *icfg; in ta_modify_ifidx()
2495 icfg = (struct iftable_cfg *)ta_state; in ta_modify_ifidx()
2537 struct iftable_cfg *icfg; in ta_find_ifidx_tentry()
2541 icfg = (struct iftable_cfg *)ta_state; in ta_find_ifidx_tentry()
2580 struct iftable_cfg *icfg; in ta_foreach_ifidx()
2583 icfg = (struct iftable_cfg *)ta_state; in ta_foreach_ifidx()