Searched refs:bpf_net_context (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | filter.h | 781 struct bpf_net_context { struct 788 static inline struct bpf_net_context *bpf_net_ctx_set(struct bpf_net_context *bpf_net_ctx) in bpf_net_ctx_set() argument 792 if (tsk->bpf_net_context != NULL) in bpf_net_ctx_set() 796 tsk->bpf_net_context = bpf_net_ctx; in bpf_net_ctx_set() 803 current->bpf_net_context = NULL; in bpf_net_ctx_clear() 808 return current->bpf_net_context; in bpf_net_ctx_get() 813 struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get(); in bpf_net_ctx_get_ri() 825 struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get(); in bpf_net_ctx_get_cpu_map_flush_list() 837 struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get(); in bpf_net_ctx_get_dev_flush_list() 849 struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get(); in bpf_net_ctx_get_xskmap_flush_list() [all …]
|
| H A D | sched.h | 58 struct bpf_net_context; 1600 struct bpf_net_context *bpf_net_context; member
|
| /linux-6.15/net/core/ |
| H A D | lwt_bpf.c | 43 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in run_lwt_bpf()
|
| H A D | dev.c | 4260 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in sch_handle_ingress() 4323 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in sch_handle_egress() 5340 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in do_xdp_generic() 6574 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in busy_poll_stop() 6625 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in __napi_busy_loop() 7424 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in napi_threaded_poll_loop() 7476 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in net_rx_action()
|
| /linux-6.15/kernel/bpf/ |
| H A D | cpumap.c | 251 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in cpu_map_bpf_prog_run()
|
| /linux-6.15/net/bpf/ |
| H 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-6.15/drivers/net/ |
| H A D | netkit.c | 80 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in netkit_xmit()
|
| H A D | tun.c | 1603 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in tun_build_skb() 2496 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in tun_sendmsg()
|