Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfilter.h816 static inline struct bpf_redirect_info *bpf_net_ctx_get_ri(void) in bpf_net_ctx_get_ri() function
1190 struct bpf_redirect_info *ri = bpf_net_ctx_get_ri(); in xdp_return_frame_no_direct()
1197 struct bpf_redirect_info *ri = bpf_net_ctx_get_ri(); in xdp_set_return_frame_no_direct()
1204 struct bpf_redirect_info *ri = bpf_net_ctx_get_ri(); in xdp_clear_return_frame_no_direct()
1763 struct bpf_redirect_info *ri = bpf_net_ctx_get_ri(); in __bpf_xdp_redirect_map()
/linux/net/core/
H A Dfilter.c2511 struct bpf_redirect_info *ri = bpf_net_ctx_get_ri(); in skb_do_redirect()
2545 struct bpf_redirect_info *ri = bpf_net_ctx_get_ri(); in BPF_CALL_2()
2566 struct bpf_redirect_info *ri = bpf_net_ctx_get_ri(); in BPF_CALL_2()
2588 struct bpf_redirect_info *ri = bpf_net_ctx_get_ri(); in BPF_CALL_4()
4386 struct bpf_redirect_info *ri = bpf_net_ctx_get_ri(); in xdp_master_redirect()
4504 struct bpf_redirect_info *ri = bpf_net_ctx_get_ri(); in xdp_do_redirect()
4519 struct bpf_redirect_info *ri = bpf_net_ctx_get_ri(); in xdp_do_redirect_frame()
4536 struct bpf_redirect_info *ri = bpf_net_ctx_get_ri(); in xdp_do_generic_redirect_map()
4591 struct bpf_redirect_info *ri = bpf_net_ctx_get_ri(); in xdp_do_generic_redirect()
4627 struct bpf_redirect_info *ri = bpf_net_ctx_get_ri(); in BPF_CALL_2()
/linux/net/bpf/
H A Dtest_run.c291 ri = bpf_net_ctx_get_ri(); in xdp_test_run_batch()