Symbol: bpf_net_context
drivers/net/netkit.c
94
struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx;
drivers/net/tun.c
1605
struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx;
drivers/net/tun.c
2528
struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx;
include/linux/filter.h
815
static inline struct bpf_net_context *bpf_net_ctx_set(struct bpf_net_context *bpf_net_ctx)
include/linux/filter.h
819
if (tsk->bpf_net_context != NULL)
include/linux/filter.h
823
tsk->bpf_net_context = bpf_net_ctx;
include/linux/filter.h
827
static inline void bpf_net_ctx_clear(struct bpf_net_context *bpf_net_ctx)
include/linux/filter.h
830
current->bpf_net_context = NULL;
include/linux/filter.h
833
static inline struct bpf_net_context *bpf_net_ctx_get(void)
include/linux/filter.h
835
return current->bpf_net_context;
include/linux/filter.h
840
struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get();
include/linux/filter.h
843
memset(&bpf_net_ctx->ri, 0, offsetof(struct bpf_net_context, ri.nh));
include/linux/filter.h
852
struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get();
include/linux/filter.h
864
struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get();
include/linux/filter.h
876
struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get();
include/linux/filter.h
890
struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get();
include/linux/sched.h
1609
struct bpf_net_context *bpf_net_context;
include/linux/sched.h
64
struct bpf_net_context;
kernel/bpf/cpumap.c
254
struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx;
net/bpf/test_run.c
276
struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx;
net/bpf/test_run.c
391
struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx;
net/core/dev.c
4470
struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx;
net/core/dev.c
4533
struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx;
net/core/dev.c
5668
struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx;
net/core/dev.c
6883
struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx;
net/core/dev.c
6943
struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx;
net/core/dev.c
7841
struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx;
net/core/dev.c
7921
struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx;
net/core/lwt_bpf.c
42
struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx;