Searched refs:epoch_ctx (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | bpfdesc.h | 110 struct epoch_context epoch_ctx; member
|
| H A D | bpf.c | 117 struct epoch_context epoch_ctx; member 123 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() 2038 NET_EPOCH_CALL(bpf_program_buffer_free, &fcode->epoch_ctx); in bpf_setf() 2635 d = __containerof(ctx, struct bpf_d, epoch_ctx); in bpfd_free() 2643 bpf_program_buffer_free(&p->epoch_ctx); in bpfd_free() 2651 bpf_program_buffer_free(&p->epoch_ctx); in bpfd_free()
|
| H A D | if_gre.h | 83 struct epoch_context epoch_ctx; member
|
| H A D | if_gre.c | 416 NET_EPOCH_CALL(gre_sofree, &gs->epoch_ctx); in gre_delete_tunnel() 449 gs = __containerof(ctx, struct gre_socket, epoch_ctx); in gre_sofree()
|
| /f-stack/tools/compat/include/net/ |
| H A D | bpfdesc.h | 109 struct epoch_context epoch_ctx; member
|
| H A D | if_gre.h | 83 struct epoch_context epoch_ctx; member
|
| /f-stack/freebsd/net/route/ |
| H A D | route_ctl.c | 72 struct epoch_context epoch_ctx; member 1504 &rs->epoch_ctx); in rib_unsibscribe() 1518 &rs->epoch_ctx); in rib_unsibscribe_locked() 1529 rs = __containerof(ctx, struct rib_subscription, epoch_ctx); in destroy_subscription_epoch() 1552 &rs->epoch_ctx); in rib_destroy_subscriptions()
|
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64lsn.c | 122 struct epoch_context epoch_ctx; member 992 NAT64LSN_EPOCH_CALL(&ji->epoch_ctx, in nat64lsn_periodic() 1376 ji = __containerof(ctx, struct nat64lsn_job_item, epoch_ctx); in nat64lsn_job_destroy()
|
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_gre.c | 283 NET_EPOCH_CALL(gre_sofree, &gs->epoch_ctx); in in6_gre_setup_socket()
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_gre.c | 287 NET_EPOCH_CALL(gre_sofree, &gs->epoch_ctx); in in_gre_setup_socket()
|