/freebsd/sys/net/route/ |
H A D | route_subscription.c | 159 NET_EPOCH_CALL(destroy_subscription_epoch, &rs->epoch_ctx); in rib_unsubscribe() 172 NET_EPOCH_CALL(destroy_subscription_epoch, &rs->epoch_ctx); in rib_unsubscribe_locked() 205 NET_EPOCH_CALL(destroy_subscription_epoch, &rs->epoch_ctx); in rib_destroy_subscriptions()
|
H A D | route_rtentry.c | 156 NET_EPOCH_CALL(destroy_rtentry_epoch, &rt->rt_epoch_ctx); in rt_free()
|
H A D | nhop.c | 172 NET_EPOCH_CALL(destroy_ctl_epoch, &ctl->ctl_epoch_ctx); in nhops_destroy_rib()
|
H A D | nhgrp_ctl.c | 387 NET_EPOCH_CALL(destroy_nhgrp_epoch, &nhg_priv->nhg_epoch_ctx); in nhgrp_free()
|
H A D | nhop_ctl.c | 641 NET_EPOCH_CALL(destroy_nhop_epoch, &nh_priv->nh_epoch_ctx); in nhop_free()
|
H A D | fib_algo.c | 1740 NET_EPOCH_CALL(callback, ctx); in fib_epoch_call()
|
/freebsd/sys/net/ |
H A D | pfil.c | 361 NET_EPOCH_CALL(pfil_link_free, &in->link_epoch_ctx); in pfil_unlink() 363 NET_EPOCH_CALL(pfil_link_free, &out->link_epoch_ctx); in pfil_unlink() 493 NET_EPOCH_CALL(pfil_link_free, &in->link_epoch_ctx); in pfil_remove_hook() 499 NET_EPOCH_CALL(pfil_link_free, &out->link_epoch_ctx); in pfil_remove_hook()
|
H A D | if_bridge.c | 872 NET_EPOCH_CALL(bridge_clone_destroy_cb, &sc->sc_epoch_ctx); in bridge_clone_destroy() 1220 NET_EPOCH_CALL(bridge_delete_member_cb, &bif->bif_epoch_ctx); in bridge_delete_member() 1238 NET_EPOCH_CALL(bridge_delete_member_cb, &bif->bif_epoch_ctx); in bridge_delete_span() 3321 NET_EPOCH_CALL(bridge_rtnode_destroy_cb, &brt->brt_epoch_ctx); in bridge_rtnode_destroy()
|
H A D | if_gre.c | 415 NET_EPOCH_CALL(gre_sofree, &gs->epoch_ctx); in gre_delete_tunnel()
|
H A D | bpf.c | 324 NET_EPOCH_CALL(bpfif_free, &bp->epoch_ctx); in bpfif_rele() 340 NET_EPOCH_CALL(bpfd_free, &d->epoch_ctx); in bpfd_rele() 2069 NET_EPOCH_CALL(bpf_program_buffer_free, &fcode->epoch_ctx); in bpf_setf()
|
H A D | if.c | 687 NET_EPOCH_CALL(if_free_deferred, &ifp->if_epoch_ctx); in if_free() 718 NET_EPOCH_CALL(if_free_deferred, &ifp->if_epoch_ctx); in if_rele() 1789 NET_EPOCH_CALL(ifa_destroy, &ifa->ifa_epoch_ctx); in ifa_free() 3509 NET_EPOCH_CALL(if_destroymulti, &ifma->ifma_epoch_ctx); in if_freemulti()
|
H A D | if_vlan.c | 644 NET_EPOCH_CALL(vlan_mc_free, &mc->mc_epoch_ctx); in vlan_setmulti() 1898 NET_EPOCH_CALL(vlan_mc_free, &mc->mc_epoch_ctx); in vlan_unconfig_locked()
|
H A D | if_ovpn.c | 2559 NET_EPOCH_CALL(ovpn_clone_destroy_cb, &sc->epoch_ctx); in ovpn_clone_destroy()
|
/freebsd/sys/sys/ |
H A D | epoch.h | 109 #define NET_EPOCH_CALL(f, c) epoch_call(net_epoch_preempt, (f), (c)) macro
|
/freebsd/sys/netinet6/ |
H A D | ip6_gre.c | 267 NET_EPOCH_CALL(gre_sofree, &gs->epoch_ctx); in in6_gre_setup_socket()
|
H A D | in6.c | 2208 NET_EPOCH_CALL(in6_lltable_destroy_lle_unlocked, &lle->lle_epoch_ctx); in in6_lltable_destroy_lle()
|
/freebsd/sys/netinet/ |
H A D | ip_gre.c | 272 NET_EPOCH_CALL(gre_sofree, &gs->epoch_ctx); in in_gre_setup_socket()
|
H A D | ip_divert.c | 608 NET_EPOCH_CALL(div_free, &dcb->dcb_epochctx); in div_detach()
|
H A D | tcp_ratelimit.c | 451 NET_EPOCH_CALL(rs_destroy, &rs->rs_epoch_ctx); in rs_defer_destroy()
|
H A D | in.c | 1465 NET_EPOCH_CALL(in_lltable_destroy_lle_unlocked, &lle->lle_epoch_ctx); in in_lltable_destroy_lle()
|
/freebsd/sys/dev/wg/ |
H A D | wg_noise.c | 484 NET_EPOCH_CALL(noise_remote_smr_free, &r->r_smr); in noise_remote_put() 765 NET_EPOCH_CALL(noise_keypair_smr_free, &kp->kp_smr); in noise_keypair_put()
|
/freebsd/sys/netlink/ |
H A D | netlink_domain.c | 523 NET_EPOCH_CALL(destroy_nlpcb_epoch, &nlp->nl_epoch_ctx); in nl_close()
|
/freebsd/sys/netlink/route/ |
H A D | nexthop.c | 567 NET_EPOCH_CALL(destroy_unhop_epoch, &unhop_base->un_epoch_ctx); in delete_unhop()
|
/freebsd/sys/netpfil/ipfw/nat64/ |
H A D | nat64lsn.c | 75 #define NAT64LSN_EPOCH_CALL(c, f) NET_EPOCH_CALL((f), (c))
|
/freebsd/sys/netpfil/pf/ |
H A D | pflow.c | 496 NET_EPOCH_CALL(pflow_free_cb, &sc->sc_epoch_ctx); in pflow_destroy()
|