Home
last modified time | relevance | path

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

12

/freebsd/sys/net/route/
H A Droute_subscription.c159 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 Droute_rtentry.c156 NET_EPOCH_CALL(destroy_rtentry_epoch, &rt->rt_epoch_ctx); in rt_free()
H A Dnhop.c172 NET_EPOCH_CALL(destroy_ctl_epoch, &ctl->ctl_epoch_ctx); in nhops_destroy_rib()
H A Dnhgrp_ctl.c387 NET_EPOCH_CALL(destroy_nhgrp_epoch, &nhg_priv->nhg_epoch_ctx); in nhgrp_free()
H A Dnhop_ctl.c641 NET_EPOCH_CALL(destroy_nhop_epoch, &nh_priv->nh_epoch_ctx); in nhop_free()
H A Dfib_algo.c1740 NET_EPOCH_CALL(callback, ctx); in fib_epoch_call()
/freebsd/sys/net/
H A Dpfil.c361 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 Dif_bridge.c876 NET_EPOCH_CALL(bridge_clone_destroy_cb, &sc->sc_epoch_ctx); in bridge_clone_destroy()
1224 NET_EPOCH_CALL(bridge_delete_member_cb, &bif->bif_epoch_ctx); in bridge_delete_member()
1242 NET_EPOCH_CALL(bridge_delete_member_cb, &bif->bif_epoch_ctx); in bridge_delete_span()
3325 NET_EPOCH_CALL(bridge_rtnode_destroy_cb, &brt->brt_epoch_ctx); in bridge_rtnode_destroy()
H A Dbpf.c324 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 Dif_gre.c415 NET_EPOCH_CALL(gre_sofree, &gs->epoch_ctx); in gre_delete_tunnel()
H A Dif_vlan.c648 NET_EPOCH_CALL(vlan_mc_free, &mc->mc_epoch_ctx); in vlan_setmulti()
1909 NET_EPOCH_CALL(vlan_mc_free, &mc->mc_epoch_ctx); in vlan_unconfig_locked()
H A Dif.c688 NET_EPOCH_CALL(if_free_deferred, &ifp->if_epoch_ctx); in if_free()
719 NET_EPOCH_CALL(if_free_deferred, &ifp->if_epoch_ctx); in if_rele()
1816 NET_EPOCH_CALL(ifa_destroy, &ifa->ifa_epoch_ctx); in ifa_free()
3520 NET_EPOCH_CALL(if_destroymulti, &ifma->ifma_epoch_ctx); in if_freemulti()
H A Dif_lagg.c1007 NET_EPOCH_CALL(lagg_port_destroy_cb, &lp->lp_epoch_ctx); in lagg_port_destroy()
/freebsd/sys/sys/
H A Depoch.h109 #define NET_EPOCH_CALL(f, c) epoch_call(net_epoch_preempt, (f), (c)) macro
/freebsd/sys/netinet6/
H A Dip6_gre.c267 NET_EPOCH_CALL(gre_sofree, &gs->epoch_ctx); in in6_gre_setup_socket()
H A Din6.c2208 NET_EPOCH_CALL(in6_lltable_destroy_lle_unlocked, &lle->lle_epoch_ctx); in in6_lltable_destroy_lle()
/freebsd/sys/netinet/
H A Dip_gre.c272 NET_EPOCH_CALL(gre_sofree, &gs->epoch_ctx); in in_gre_setup_socket()
H A Dip_divert.c608 NET_EPOCH_CALL(div_free, &dcb->dcb_epochctx); in div_detach()
H A Dtcp_ratelimit.c451 NET_EPOCH_CALL(rs_destroy, &rs->rs_epoch_ctx); in rs_defer_destroy()
H A Din.c1449 NET_EPOCH_CALL(in_lltable_destroy_lle_unlocked, &lle->lle_epoch_ctx); in in_lltable_destroy_lle()
/freebsd/sys/dev/wg/
H A Dwg_noise.c484 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 Dnetlink_domain.c537 NET_EPOCH_CALL(destroy_nlpcb_epoch, &nlp->nl_epoch_ctx); in nl_close()
/freebsd/sys/netlink/route/
H A Dnexthop.c567 NET_EPOCH_CALL(destroy_unhop_epoch, &unhop_base->un_epoch_ctx); in delete_unhop()
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c75 #define NAT64LSN_EPOCH_CALL(c, f) NET_EPOCH_CALL((f), (c))
/freebsd/sys/netpfil/pf/
H A Dpflow.c482 NET_EPOCH_CALL(pflow_free_cb, &sc->sc_epoch_ctx); in pflow_destroy()

12