Home
last modified time | relevance | path

Searched refs:epoch_ctx (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/net/route/
H A Droute_subscription.c49 struct epoch_context epoch_ctx; member
158 NET_EPOCH_CALL(destroy_subscription_epoch, &rs->epoch_ctx); in rib_unsubscribe()
171 NET_EPOCH_CALL(destroy_subscription_epoch, &rs->epoch_ctx); in rib_unsubscribe_locked()
182 rs = __containerof(ctx, struct rib_subscription, epoch_ctx); in destroy_subscription_epoch()
204 NET_EPOCH_CALL(destroy_subscription_epoch, &rs->epoch_ctx); in rib_destroy_subscriptions()
/freebsd/sys/net/
H A Dbpfdesc.h107 struct epoch_context epoch_ctx; member
H A Dbpf.c98 struct epoch_context epoch_ctx; member
161 struct epoch_context epoch_ctx; member
345 bp = __containerof(ctx, struct bpf_if, epoch_ctx); in bpfif_free()
362 NET_EPOCH_CALL(bpfif_free, &bp->epoch_ctx); in bpfif_rele()
378 NET_EPOCH_CALL(bpfd_free, &d->epoch_ctx); in bpfd_rele()
394 ptr = __containerof(ctx, struct bpf_program_buffer, epoch_ctx); in bpf_program_buffer_free()
1906 NET_EPOCH_CALL(bpf_program_buffer_free, &fcode->epoch_ctx); in bpf_setf()
2610 d = __containerof(ctx, struct bpf_d, epoch_ctx); in bpfd_free()
2618 bpf_program_buffer_free(&p->epoch_ctx); in bpfd_free()
2626 bpf_program_buffer_free(&p->epoch_ctx); in bpfd_free()
H A Dif_gre.h82 struct epoch_context epoch_ctx; member
H A Dif_ovpn.c164 struct epoch_context epoch_ctx; member
201 struct epoch_context epoch_ctx; member
575 epoch_ctx); in _ovpn_free_peer()
620 NET_EPOCH_CALL(_ovpn_free_peer, &peer->epoch_ctx); in ovpn_peer_release_ref()
2776 sc = __containerof(ctx, struct ovpn_softc, epoch_ctx); in ovpn_clone_destroy_cb()
2829 NET_EPOCH_CALL(ovpn_clone_destroy_cb, &sc->epoch_ctx); in ovpn_clone_destroy()
H A Dif_gre.c645 NET_EPOCH_CALL(gre_sofree, &gs->epoch_ctx); in gre_delete_tunnel()
678 gs = __containerof(ctx, struct gre_socket, epoch_ctx); in gre_sofree()
/freebsd/sys/dev/hid/
H A Dhidbus.c69 struct epoch_context epoch_ctx; member
415 tlc = __containerof(ctx, struct hidbus_ivars, epoch_ctx); in hidbus_ivar_dtor()
429 epoch_call(INPUT_EPOCH, hidbus_ivar_dtor, &tlc->epoch_ctx); in hidbus_child_deleted()
/freebsd/sys/netinet6/
H A Din6_ifattach.c902 __containerof(ctx, struct in6_ifextra, epoch_ctx); in in6_ifextra_free()
937 NET_EPOCH_CALL(in6_ifextra_free, &ext->epoch_ctx); in in6_ifdeparture()
H A Dip6_gre.c266 NET_EPOCH_CALL(gre_sofree, &gs->epoch_ctx); in in6_gre_setup_socket()
H A Din6_var.h536 struct epoch_context epoch_ctx; member
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c119 struct epoch_context epoch_ctx; member
1013 NAT64LSN_EPOCH_CALL(&ji->epoch_ctx, in nat64lsn_periodic()
1497 ji = __containerof(ctx, struct nat64lsn_job_item, epoch_ctx); in nat64lsn_job_destroy()
1556 NAT64LSN_EPOCH_CALL(&ji->epoch_ctx, nat64lsn_job_destroy); in nat64lsn_job_destroy()
/freebsd/sys/netinet/
H A Din_fib_dxr.c215 struct epoch_context epoch_ctx; member
1148 struct dxr *dxr = __containerof(ctx, struct dxr, epoch_ctx); in epoch_dxr_destroy()
1295 fib_epoch_call(epoch_dxr_destroy, &dxr->epoch_ctx); in dxr_change_rib_batch()
H A Dip_gre.c271 NET_EPOCH_CALL(gre_sofree, &gs->epoch_ctx); in in_gre_setup_socket()