Home
last modified time | relevance | path

Searched refs:rn_flush (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/net/ipfw3_basic/
H A Dip_fw3_table.c130 rn_flush(table_ctx->node, flush_table_entry); in table_delete_dispatch()
248 rn_flush(rnh, flush_table_entry); in table_flush_dispatch()
583 rn_flush(table_ctx->node, flush_table_entry); in ip_fw3_table_fini_dispatch()
/dragonfly/sys/net/
H A Dradix.h211 void rn_flush(struct radix_node_head *head,
H A Dradix.c1332 rn_flush(struct radix_node_head *head, freenode_f_t *f) in rn_flush() function
/dragonfly/sys/kern/
H A Dvfs_subr.c2149 rn_flush(nep->ne_inethead, vfs_free_netcred); in vfs_free_addrlist()
2154 rn_flush(nep->ne_inet6head, vfs_free_netcred); in vfs_free_addrlist()
2159 rn_flush(nep->ne_maskhead, rn_freemask); in vfs_free_addrlist()
/dragonfly/sys/net/wg/
H A Dif_wg.c3008 rn_flush(wg_maskhead, rn_freemask); in wg_module_deinit()
/dragonfly/sys/net/pf/
H A Dpf_ioctl.c3402 rn_flush(pf_maskhead, rn_freemask); in pf_unload()
/dragonfly/sys/net/ipfw/
H A Dip_fw2.c5939 rn_flush(rnh, ipfw_table_killent); in ipfw_table_flush_oncpu()