Searched refs:__bpf_net_ctx (Results 1 – 6 of 6) sorted by relevance
| /linux/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 | 4459 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in sch_handle_ingress() local 4465 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in sch_handle_ingress() 4522 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in sch_handle_egress() local 4528 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in sch_handle_egress() 5630 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in do_xdp_generic() local 5637 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in do_xdp_generic() 6866 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in busy_poll_stop() local 6884 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in busy_poll_stop() 6917 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in __napi_busy_loop() local 6936 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in __napi_busy_loop() [all …]
|
| /linux/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/net/bpf/ ! |
| H A D | test_run.c | 277 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in xdp_test_run_batch() local 290 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in xdp_test_run_batch() 392 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in bpf_test_run() local 418 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in bpf_test_run()
|
| /linux/drivers/net/ ! |
| H A D | netkit.c | 81 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in netkit_xmit() local 89 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() 2522 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in tun_sendmsg() local 2531 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in tun_sendmsg()
|