Home
last modified time | relevance | path

Searched refs:bpf_net_ctx_get (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dfilter.h888 static inline struct bpf_net_context *bpf_net_ctx_get(void) in bpf_net_ctx_get() function
895 struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get(); in bpf_net_ctx_get_ri()
907 struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get(); in bpf_net_ctx_get_cpu_map_flush_list()
919 struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get(); in bpf_net_ctx_get_dev_flush_list()
931 struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get(); in bpf_net_ctx_get_xskmap_flush_list()
945 struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get(); in bpf_net_ctx_get_all_used_flush_lists()
/linux/net/core/
H A Dfilter.c2563 if (unlikely(!bpf_net_ctx_get() || in BPF_CALL_2()
2586 if (unlikely(!bpf_net_ctx_get() || (flags & ~BPF_F_EGRESS))) in BPF_CALL_2()
2610 !bpf_net_ctx_get() || flags)) in BPF_CALL_4()