Home
last modified time | relevance | path

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

/linux/kernel/bpf/ !
H A Dcpumap.c257 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in cpu_map_bpf_prog_run()
/linux/net/bpf/ !
H A 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/drivers/net/ !
H A Dnetkit.c87 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in netkit_xmit()
H A Dtun.c1644 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in tun_build_skb()
2528 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in tun_sendmsg()
/linux/net/core/ !
H A Ddev.c4350 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in sch_handle_ingress()
4413 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in sch_handle_egress()
5437 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in do_xdp_generic()
6682 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in busy_poll_stop()
6734 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in __napi_busy_loop()
7602 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in napi_threaded_poll_loop()
7650 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in net_rx_action()
/linux/include/linux/ !
H A Dfilter.h788 static inline struct bpf_net_context *bpf_net_ctx_set(struct bpf_net_context *bpf_net_ctx) in bpf_net_ctx_set() function