Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dcpumap.c260 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in cpu_map_bpf_prog_run()
/linux/net/core/
H A Ddev.c4471 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in sch_handle_ingress()
4534 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in sch_handle_egress()
5665 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in do_xdp_generic()
6906 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in busy_poll_stop()
6960 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in __napi_busy_loop()
7847 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in napi_threaded_poll_loop()
7924 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in net_rx_action()
/linux/include/linux/
H A Dfilter.h792 static inline struct bpf_net_context *bpf_net_ctx_set(struct bpf_net_context *bpf_net_ctx) in bpf_net_ctx_set() function