Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dbpf.h1905 u32 bpf_xdp_sock_convert_ctx_access(enum bpf_access_type type,
1933 static inline u32 bpf_xdp_sock_convert_ctx_access(enum bpf_access_type type, in bpf_xdp_sock_convert_ctx_access() function
/Linux-v5.10/net/core/
Dfilter.c6438 u32 bpf_xdp_sock_convert_ctx_access(enum bpf_access_type type, in bpf_xdp_sock_convert_ctx_access() function
/Linux-v5.10/kernel/bpf/
Dverifier.c10482 convert_ctx_access = bpf_xdp_sock_convert_ctx_access; in convert_ctx_accesses()