Home
last modified time | relevance | path

Searched refs:NET_EPOCH_CALL (Results 1 – 16 of 16) sorted by relevance

/f-stack/freebsd/net/
H A Dpfil.c311 NET_EPOCH_CALL(pfil_link_free, &in->link_epoch_ctx); in pfil_unlink()
313 NET_EPOCH_CALL(pfil_link_free, &out->link_epoch_ctx); in pfil_unlink()
441 NET_EPOCH_CALL(pfil_link_free, &in->link_epoch_ctx); in pfil_remove_hook()
447 NET_EPOCH_CALL(pfil_link_free, &out->link_epoch_ctx); in pfil_remove_hook()
H A Dif_bridge.c781 NET_EPOCH_CALL(bridge_clone_destroy_cb, &sc->sc_epoch_ctx); in bridge_clone_destroy()
1119 NET_EPOCH_CALL(bridge_delete_member_cb, &bif->bif_epoch_ctx); in bridge_delete_member()
1137 NET_EPOCH_CALL(bridge_delete_member_cb, &bif->bif_epoch_ctx); in bridge_delete_span()
3100 NET_EPOCH_CALL(bridge_rtnode_destroy_cb, &brt->brt_epoch_ctx); in bridge_rtnode_destroy()
H A Dbpf.c318 NET_EPOCH_CALL(bpfif_free, &bp->epoch_ctx); in bpfif_rele()
334 NET_EPOCH_CALL(bpfd_free, &d->epoch_ctx); in bpfd_rele()
2038 NET_EPOCH_CALL(bpf_program_buffer_free, &fcode->epoch_ctx); in bpf_setf()
H A Dif_gre.c416 NET_EPOCH_CALL(gre_sofree, &gs->epoch_ctx); in gre_delete_tunnel()
H A Dif_vlan.c598 NET_EPOCH_CALL(vlan_mc_free, &mc->mc_epoch_ctx); in vlan_setmulti()
1587 NET_EPOCH_CALL(vlan_mc_free, &mc->mc_epoch_ctx); in vlan_unconfig_locked()
H A Dif.c729 NET_EPOCH_CALL(if_destroy, &ifp->if_epoch_ctx); in if_free()
752 NET_EPOCH_CALL(if_destroy, &ifp->if_epoch_ctx); in if_rele()
1882 NET_EPOCH_CALL(ifa_destroy, &ifa->ifa_epoch_ctx); in ifa_free()
3419 NET_EPOCH_CALL(if_destroymulti, &ifma->ifma_epoch_ctx); in if_freemulti()
H A Dif_lagg.c993 NET_EPOCH_CALL(lagg_port_destroy_cb, &lp->lp_epoch_ctx); in lagg_port_destroy()
/f-stack/tools/compat/include/sys/
H A Depoch.h105 #define NET_EPOCH_CALL(f, c) epoch_call(net_epoch_preempt, (f), (c)) macro
/f-stack/freebsd/sys/
H A Depoch.h105 #define NET_EPOCH_CALL(f, c) epoch_call(net_epoch_preempt, (f), (c)) macro
/f-stack/freebsd/netinet6/
H A Dip6_gre.c283 NET_EPOCH_CALL(gre_sofree, &gs->epoch_ctx); in in6_gre_setup_socket()
H A Din6.c2115 NET_EPOCH_CALL(in6_lltable_destroy_lle_unlocked, &lle->lle_epoch_ctx); in in6_lltable_destroy_lle()
2333 NET_EPOCH_CALL(in6_lltable_destroy_lle_unlocked, &lle->lle_epoch_ctx); in in6_lltable_alloc()
/f-stack/freebsd/netinet/
H A Dip_gre.c287 NET_EPOCH_CALL(gre_sofree, &gs->epoch_ctx); in in_gre_setup_socket()
H A Din_pcb.c290 NET_EPOCH_CALL(in_pcblbgroup_free_deferred, &grp->il_epoch_ctx); in in_pcblbgroup_free()
1824 NET_EPOCH_CALL(in_pcbfree_deferred, &inp->inp_epoch_ctx); in in_pcbfree()
1865 NET_EPOCH_CALL(inpcbport_free, &phd->phd_epoch_ctx); in in_pcbdrop()
2841 NET_EPOCH_CALL(inpcbport_free, &phd->phd_epoch_ctx); in in_pcbremlists()
H A Din.c1289 NET_EPOCH_CALL(in_lltable_destroy_lle_unlocked, &lle->lle_epoch_ctx); in in_lltable_destroy_lle()
1549 NET_EPOCH_CALL(in_lltable_destroy_lle_unlocked, &lle->lle_epoch_ctx); in in_lltable_alloc()
H A Dtcp_ratelimit.c442 NET_EPOCH_CALL(rs_destroy, &rs->rs_epoch_ctx); in rs_defer_destroy()
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64lsn.c78 #define NAT64LSN_EPOCH_CALL(c, f) NET_EPOCH_CALL((f), (c))