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.c50 struct epoch_context epoch_ctx; member
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()
183 rs = __containerof(ctx, struct rib_subscription, epoch_ctx); in destroy_subscription_epoch()
205 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.c115 struct epoch_context epoch_ctx; member
121 struct epoch_context epoch_ctx; member
306 bp = __containerof(ctx, struct bpf_if, epoch_ctx); in bpfif_free()
324 NET_EPOCH_CALL(bpfif_free, &bp->epoch_ctx); in bpfif_rele()
340 NET_EPOCH_CALL(bpfd_free, &d->epoch_ctx); in bpfd_rele()
356 ptr = __containerof(ctx, struct bpf_program_buffer, epoch_ctx); in bpf_program_buffer_free()
2069 NET_EPOCH_CALL(bpf_program_buffer_free, &fcode->epoch_ctx); in bpf_setf()
2737 d = __containerof(ctx, struct bpf_d, epoch_ctx); in bpfd_free()
2745 bpf_program_buffer_free(&p->epoch_ctx); in bpfd_free()
2753 bpf_program_buffer_free(&p->epoch_ctx); in bpfd_free()
H A Dif_gre.h82 struct epoch_context epoch_ctx; member
H A Dif_gre.c415 NET_EPOCH_CALL(gre_sofree, &gs->epoch_ctx); in gre_delete_tunnel()
448 gs = __containerof(ctx, struct gre_socket, epoch_ctx); in gre_sofree()
H A Dif_ovpn.c196 struct epoch_context epoch_ctx; member
2495 sc = __containerof(ctx, struct ovpn_softc, epoch_ctx); in ovpn_clone_destroy_cb()
2547 NET_EPOCH_CALL(ovpn_clone_destroy_cb, &sc->epoch_ctx); in ovpn_clone_destroy()
H A Dpfvar.h685 struct epoch_context epoch_ctx; member
/freebsd/sys/dev/hid/
H A Dhidbus.c69 struct epoch_context epoch_ctx; member
418 tlc = __containerof(ctx, struct hidbus_ivars, epoch_ctx); in hidbus_ivar_dtor()
432 epoch_call(INPUT_EPOCH, hidbus_ivar_dtor, &tlc->epoch_ctx); in hidbus_child_deleted()
/freebsd/sys/netinet/
H A Din_fib_dxr.c216 struct epoch_context epoch_ctx;
1149 struct dxr *dxr = __containerof(ctx, struct dxr, epoch_ctx); in dxr_destroy()
1296 fib_epoch_call(epoch_dxr_destroy, &dxr->epoch_ctx); in dxr_change_rib_batch()
219 struct epoch_context epoch_ctx; global() member
H A Dip_gre.c272 NET_EPOCH_CALL(gre_sofree, &gs->epoch_ctx); in in_gre_setup_socket()
/freebsd/sys/netinet6/
H A Dip6_gre.c267 NET_EPOCH_CALL(gre_sofree, &gs->epoch_ctx); in in6_gre_setup_socket()
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c119 struct epoch_context epoch_ctx; member
989 NAT64LSN_EPOCH_CALL(&ji->epoch_ctx, in nat64lsn_periodic()
1373 ji = __containerof(ctx, struct nat64lsn_job_item, epoch_ctx); in nat64lsn_job_destroy()
/freebsd/sys/netpfil/pf/
H A Dpf_ioctl.c789 rs = __containerof(ctx, struct pf_keth_ruleset, epoch_ctx); in pf_rollback_eth_cb()
900 NET_EPOCH_CALL(pf_rollback_eth_cb, &rs->epoch_ctx); in pf_commit_eth()