Searched refs:__bpf_net_ctx (Results 1 – 6 of 6) sorted by relevance
| /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() local 50 bpf_net_ctx = bpf_net_ctx_set(&__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() local 4266 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in sch_handle_ingress() 4323 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in sch_handle_egress() local 4329 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in sch_handle_egress() 5340 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in do_xdp_generic() local 5347 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in do_xdp_generic() 6574 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in busy_poll_stop() local 6592 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in busy_poll_stop() 6644 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in __napi_busy_loop() 7433 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in napi_threaded_poll_loop() [all …]
|
| /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() local 257 bpf_net_ctx = bpf_net_ctx_set(&__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() local 301 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in xdp_test_run_batch() 403 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in bpf_test_run() local 429 bpf_net_ctx = bpf_net_ctx_set(&__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() local 88 bpf_net_ctx = bpf_net_ctx_set(&__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() local 1644 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in tun_build_skb() 2496 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in tun_sendmsg() local 2505 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in tun_sendmsg()
|