Home
last modified time | relevance | path

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

/freebsd-13.1/sys/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.c821 NET_EPOCH_CALL(bridge_clone_destroy_cb, &sc->sc_epoch_ctx); in bridge_clone_destroy()
1159 NET_EPOCH_CALL(bridge_delete_member_cb, &bif->bif_epoch_ctx); in bridge_delete_member()
1177 NET_EPOCH_CALL(bridge_delete_member_cb, &bif->bif_epoch_ctx); in bridge_delete_span()
3179 NET_EPOCH_CALL(bridge_rtnode_destroy_cb, &brt->brt_epoch_ctx); in bridge_rtnode_destroy()
H A Dbpf.c320 NET_EPOCH_CALL(bpfif_free, &bp->epoch_ctx); in bpfif_rele()
336 NET_EPOCH_CALL(bpfd_free, &d->epoch_ctx); in bpfd_rele()
2060 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.c605 NET_EPOCH_CALL(vlan_mc_free, &mc->mc_epoch_ctx); in vlan_setmulti()
1646 NET_EPOCH_CALL(vlan_mc_free, &mc->mc_epoch_ctx); in vlan_unconfig_locked()
H A Dif.c730 NET_EPOCH_CALL(if_destroy, &ifp->if_epoch_ctx); in if_free()
762 NET_EPOCH_CALL(if_destroy, &ifp->if_epoch_ctx); in if_rele()
1902 NET_EPOCH_CALL(ifa_destroy, &ifa->ifa_epoch_ctx); in ifa_free()
3446 NET_EPOCH_CALL(if_destroymulti, &ifma->ifma_epoch_ctx); in if_freemulti()
H A Dif_lagg.c997 NET_EPOCH_CALL(lagg_port_destroy_cb, &lp->lp_epoch_ctx); in lagg_port_destroy()
/freebsd-13.1/sys/sys/
H A Depoch.h106 #define NET_EPOCH_CALL(f, c) epoch_call(net_epoch_preempt, (f), (c)) macro
/freebsd-13.1/sys/netinet/
H A Dip_gre.c287 NET_EPOCH_CALL(gre_sofree, &gs->epoch_ctx); in in_gre_setup_socket()
H A Din_pcb.c293 NET_EPOCH_CALL(in_pcblbgroup_free_deferred, &grp->il_epoch_ctx); in in_pcblbgroup_free()
1780 NET_EPOCH_CALL(in_pcbfree_deferred, &inp->inp_epoch_ctx); in in_pcbfree()
1821 NET_EPOCH_CALL(inpcbport_free, &phd->phd_epoch_ctx); in in_pcbdrop()
2797 NET_EPOCH_CALL(inpcbport_free, &phd->phd_epoch_ctx); in in_pcbremlists()
H A Din.c1325 NET_EPOCH_CALL(in_lltable_destroy_lle_unlocked, &lle->lle_epoch_ctx); in in_lltable_destroy_lle()
1557 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()
/freebsd-13.1/sys/netinet6/
H A Dip6_gre.c283 NET_EPOCH_CALL(gre_sofree, &gs->epoch_ctx); in in6_gre_setup_socket()
H A Din6.c2108 NET_EPOCH_CALL(in6_lltable_destroy_lle_unlocked, &lle->lle_epoch_ctx); in in6_lltable_destroy_lle()
2307 NET_EPOCH_CALL(in6_lltable_destroy_lle_unlocked, &lle->lle_epoch_ctx); in in6_lltable_alloc()
/freebsd-13.1/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c78 #define NAT64LSN_EPOCH_CALL(c, f) NET_EPOCH_CALL((f), (c))