Home
last modified time | relevance | path

Searched refs:bpf_net_ctx_set (Results 1 – 7 of 7) sorted by relevance

/linux-6.14.4/net/core/
Dlwt_bpf.c50 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in run_lwt_bpf()
Ddev.c4290 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in sch_handle_ingress()
4353 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in sch_handle_egress()
5365 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in do_xdp_generic()
6602 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in busy_poll_stop()
6654 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in __napi_busy_loop()
7305 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in napi_threaded_poll_loop()
7353 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in net_rx_action()
/linux-6.14.4/kernel/bpf/
Dcpumap.c248 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in cpu_map_bpf_prog_run()
/linux-6.14.4/net/bpf/
Dtest_run.c301 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in xdp_test_run_batch()
429 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in bpf_test_run()
/linux-6.14.4/drivers/net/
Dnetkit.c89 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in netkit_xmit()
Dtun.c1705 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in tun_build_skb()
2586 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in tun_sendmsg()
/linux-6.14.4/include/linux/
Dfilter.h771 static inline struct bpf_net_context *bpf_net_ctx_set(struct bpf_net_context *bpf_net_ctx) in bpf_net_ctx_set() function