Searched refs:epoch_ctx (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/net/route/ |
H A D | route_subscription.c | 50 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 D | bpfdesc.h | 107 struct epoch_context epoch_ctx; member
|
H A D | bpf.c | 115 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 D | if_gre.h | 82 struct epoch_context epoch_ctx; member
|
H A D | if_gre.c | 415 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 D | if_ovpn.c | 196 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 D | pfvar.h | 685 struct epoch_context epoch_ctx; member
|
/freebsd/sys/dev/hid/ |
H A D | hidbus.c | 69 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 D | in_fib_dxr.c | 216 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 D | ip_gre.c | 272 NET_EPOCH_CALL(gre_sofree, &gs->epoch_ctx); in in_gre_setup_socket()
|
/freebsd/sys/netinet6/ |
H A D | ip6_gre.c | 267 NET_EPOCH_CALL(gre_sofree, &gs->epoch_ctx); in in6_gre_setup_socket()
|
/freebsd/sys/netpfil/ipfw/nat64/ |
H A D | nat64lsn.c | 119 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 D | pf_ioctl.c | 789 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()
|