Searched refs:bpf_net_context (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/ |
| A D | filter.h | 764 struct bpf_net_context { struct 771 static inline struct bpf_net_context *bpf_net_ctx_set(struct bpf_net_context *bpf_net_ctx) in bpf_net_ctx_set() argument 775 if (tsk->bpf_net_context != NULL) in bpf_net_ctx_set() 779 tsk->bpf_net_context = bpf_net_ctx; in bpf_net_ctx_set() 786 current->bpf_net_context = NULL; in bpf_net_ctx_clear() 791 return current->bpf_net_context; in bpf_net_ctx_get() 796 struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get(); in bpf_net_ctx_get_ri() 808 struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get(); in bpf_net_ctx_get_cpu_map_flush_list() 820 struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get(); in bpf_net_ctx_get_dev_flush_list() 832 struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get(); in bpf_net_ctx_get_xskmap_flush_list() [all …]
|
| A D | sched.h | 57 struct bpf_net_context; 1546 struct bpf_net_context *bpf_net_context; member
|
| /linux/net/core/ |
| A D | lwt_bpf.c | 42 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in run_lwt_bpf()
|
| A D | dev.c | 4064 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in sch_handle_ingress() 4127 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in sch_handle_egress() 5138 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in do_xdp_generic() 6355 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in busy_poll_stop() 6406 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in __napi_busy_loop() 6884 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in napi_threaded_poll_loop() 6936 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in net_rx_action()
|
| /linux/kernel/bpf/ |
| A D | cpumap.c | 241 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in cpu_map_bpf_prog_run()
|
| /linux/net/bpf/ |
| A D | test_run.c | 288 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in xdp_test_run_batch() 403 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in bpf_test_run()
|
| /linux/drivers/net/ |
| A D | netkit.c | 68 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in netkit_xmit()
|
| A D | tun.c | 1665 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in tun_build_skb() 2577 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in tun_sendmsg()
|
Completed in 57 milliseconds