Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dbpf.h3091 u32 bpf_xdp_sock_convert_ctx_access(enum bpf_access_type type,
3119 static inline u32 bpf_xdp_sock_convert_ctx_access(enum bpf_access_type type, in bpf_xdp_sock_convert_ctx_access() function
/Linux-v6.6/net/core/
Dfilter.c7163 u32 bpf_xdp_sock_convert_ctx_access(enum bpf_access_type type, in bpf_xdp_sock_convert_ctx_access() function
/Linux-v6.6/kernel/bpf/
Dverifier.c17799 convert_ctx_access = bpf_xdp_sock_convert_ctx_access; in convert_ctx_accesses()