Symbol: bpf_net_context
drivers/net/netkit.c
81
struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx;
drivers/net/tun.c
1603
struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx;
drivers/net/tun.c
2522
struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx;
include/linux/filter.h
793
static inline struct bpf_net_context *bpf_net_ctx_set(struct bpf_net_context *bpf_net_ctx)
include/linux/filter.h
797
if (tsk->bpf_net_context != NULL)
include/linux/filter.h
801
tsk->bpf_net_context = bpf_net_ctx;
include/linux/filter.h
805
static inline void bpf_net_ctx_clear(struct bpf_net_context *bpf_net_ctx)
include/linux/filter.h
808
current->bpf_net_context = NULL;
include/linux/filter.h
811
static inline struct bpf_net_context *bpf_net_ctx_get(void)
include/linux/filter.h
813
return current->bpf_net_context;
include/linux/filter.h
818
struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get();
include/linux/filter.h
821
memset(&bpf_net_ctx->ri, 0, offsetof(struct bpf_net_context, ri.nh));
include/linux/filter.h
830
struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get();
include/linux/filter.h
842
struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get();
include/linux/filter.h
854
struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get();
include/linux/filter.h
868
struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get();
include/linux/sched.h
1586
struct bpf_net_context *bpf_net_context;
include/linux/sched.h
63
struct bpf_net_context;
kernel/bpf/cpumap.c
251
struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx;
net/bpf/test_run.c
277
struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx;
net/bpf/test_run.c
392
struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx;
net/core/dev.c
4459
struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx;
net/core/dev.c
4522
struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx;
net/core/dev.c
5630
struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx;
net/core/dev.c
6866
struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx;
net/core/dev.c
6917
struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx;
net/core/dev.c
7815
struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx;
net/core/dev.c
7895
struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx;
net/core/lwt_bpf.c
43
struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx;