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.h893 static inline struct bpf_redirect_info *bpf_net_ctx_get_ri(void) in bpf_net_ctx_get_ri() function
1282 struct bpf_redirect_info *ri = bpf_net_ctx_get_ri(); in xdp_return_frame_no_direct()
1289 struct bpf_redirect_info *ri = bpf_net_ctx_get_ri(); in xdp_set_return_frame_no_direct()
1296 struct bpf_redirect_info *ri = bpf_net_ctx_get_ri(); in xdp_clear_return_frame_no_direct()
1866 struct bpf_redirect_info *ri = bpf_net_ctx_get_ri(); in __bpf_xdp_redirect_map()
/linux/net/core/
H A Dfilter.c2525 struct bpf_redirect_info *ri = bpf_net_ctx_get_ri(); in skb_do_redirect()
2567 ri = bpf_net_ctx_get_ri(); in BPF_CALL_2()
2589 ri = bpf_net_ctx_get_ri(); in BPF_CALL_2()
2613 ri = bpf_net_ctx_get_ri(); in BPF_CALL_4()
4565 struct bpf_redirect_info *ri = bpf_net_ctx_get_ri(); in xdp_master_redirect()
4685 struct bpf_redirect_info *ri = bpf_net_ctx_get_ri(); in xdp_do_redirect()
4700 struct bpf_redirect_info *ri = bpf_net_ctx_get_ri(); in xdp_do_redirect_frame()
4717 struct bpf_redirect_info *ri = bpf_net_ctx_get_ri(); in xdp_do_generic_redirect_map()
4772 struct bpf_redirect_info *ri = bpf_net_ctx_get_ri(); in xdp_do_generic_redirect()
4808 struct bpf_redirect_info *ri = bpf_net_ctx_get_ri(); in BPF_CALL_2()
[all...]
/linux/net/bpf/
H A Dtest_run.c290 ri = bpf_net_ctx_get_ri(); in xdp_test_run_batch()