Searched refs:NET_EPOCH_CALL (Results 1 – 15 of 15) sorted by relevance
| /freebsd-13.1/sys/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 | 821 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 D | bpf.c | 320 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 D | if_gre.c | 416 NET_EPOCH_CALL(gre_sofree, &gs->epoch_ctx); in gre_delete_tunnel()
|
| H A D | if_vlan.c | 605 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 D | if.c | 730 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 D | if_lagg.c | 997 NET_EPOCH_CALL(lagg_port_destroy_cb, &lp->lp_epoch_ctx); in lagg_port_destroy()
|
| /freebsd-13.1/sys/sys/ |
| H A D | epoch.h | 106 #define NET_EPOCH_CALL(f, c) epoch_call(net_epoch_preempt, (f), (c)) macro
|
| /freebsd-13.1/sys/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 | 293 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 D | in.c | 1325 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 D | tcp_ratelimit.c | 442 NET_EPOCH_CALL(rs_destroy, &rs->rs_epoch_ctx); in rs_defer_destroy()
|
| /freebsd-13.1/sys/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 | 2108 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 D | nat64lsn.c | 78 #define NAT64LSN_EPOCH_CALL(c, f) NET_EPOCH_CALL((f), (c))
|