Searched refs:NET_EPOCH_CALL (Results 1 – 16 of 16) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | pfil.c | 311 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 D | if_bridge.c | 781 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 D | bpf.c | 318 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 D | if_gre.c | 416 NET_EPOCH_CALL(gre_sofree, &gs->epoch_ctx); in gre_delete_tunnel()
|
| H A D | if_vlan.c | 598 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 D | if.c | 729 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 D | if_lagg.c | 993 NET_EPOCH_CALL(lagg_port_destroy_cb, &lp->lp_epoch_ctx); in lagg_port_destroy()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | epoch.h | 105 #define NET_EPOCH_CALL(f, c) epoch_call(net_epoch_preempt, (f), (c)) macro
|
| /f-stack/freebsd/sys/ |
| H A D | epoch.h | 105 #define NET_EPOCH_CALL(f, c) epoch_call(net_epoch_preempt, (f), (c)) macro
|
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_gre.c | 283 NET_EPOCH_CALL(gre_sofree, &gs->epoch_ctx); in in6_gre_setup_socket()
|
| H A D | in6.c | 2115 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 D | ip_gre.c | 287 NET_EPOCH_CALL(gre_sofree, &gs->epoch_ctx); in in_gre_setup_socket()
|
| H A D | in_pcb.c | 290 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 D | in.c | 1289 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 D | tcp_ratelimit.c | 442 NET_EPOCH_CALL(rs_destroy, &rs->rs_epoch_ctx); in rs_defer_destroy()
|
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64lsn.c | 78 #define NAT64LSN_EPOCH_CALL(c, f) NET_EPOCH_CALL((f), (c))
|