Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/net/route/
HDroute_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-13-stable/sys/net/
HDbpfdesc.h109 struct epoch_context epoch_ctx; member
HDbpf.c116 struct epoch_context epoch_ctx; member
122 struct epoch_context epoch_ctx; member
300 bp = __containerof(ctx, struct bpf_if, epoch_ctx); in bpfif_free()
318 NET_EPOCH_CALL(bpfif_free, &bp->epoch_ctx); in bpfif_rele()
334 NET_EPOCH_CALL(bpfd_free, &d->epoch_ctx); in bpfd_rele()
350 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()
2689 d = __containerof(ctx, struct bpf_d, epoch_ctx); in bpfd_free()
2697 bpf_program_buffer_free(&p->epoch_ctx); in bpfd_free()
2705 bpf_program_buffer_free(&p->epoch_ctx); in bpfd_free()
HDif_gre.h82 struct epoch_context epoch_ctx; member
HDif_gre.c414 NET_EPOCH_CALL(gre_sofree, &gs->epoch_ctx); in gre_delete_tunnel()
447 gs = __containerof(ctx, struct gre_socket, epoch_ctx); in gre_sofree()
/freebsd-13-stable/sys/dev/hid/
HDhidbus.c69 struct epoch_context epoch_ctx; member
417 tlc = __containerof(ctx, struct hidbus_ivars, epoch_ctx); in hidbus_ivar_dtor()
431 epoch_call(INPUT_EPOCH, hidbus_ivar_dtor, &tlc->epoch_ctx); in hidbus_child_deleted()
/freebsd-13-stable/sys/netinet/
HDin_fib_dxr.c216 struct epoch_context epoch_ctx; member
1149 struct dxr *dxr = __containerof(ctx, struct dxr, epoch_ctx); in epoch_dxr_destroy()
1296 fib_epoch_call(epoch_dxr_destroy, &dxr->epoch_ctx); in dxr_change_rib_batch()
HDip_gre.c285 NET_EPOCH_CALL(gre_sofree, &gs->epoch_ctx); in in_gre_setup_socket()
/freebsd-13-stable/sys/netpfil/ipfw/nat64/
HDnat64lsn.c120 struct epoch_context epoch_ctx; member
990 NAT64LSN_EPOCH_CALL(&ji->epoch_ctx, in nat64lsn_periodic()
1374 ji = __containerof(ctx, struct nat64lsn_job_item, epoch_ctx); in nat64lsn_job_destroy()
/freebsd-13-stable/sys/netinet6/
HDip6_gre.c281 NET_EPOCH_CALL(gre_sofree, &gs->epoch_ctx); in in6_gre_setup_socket()