Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dbpf.h1110 u32 bpf_xdp_sock_convert_ctx_access(enum bpf_access_type type,
1138 static inline u32 bpf_xdp_sock_convert_ctx_access(enum bpf_access_type type, in bpf_xdp_sock_convert_ctx_access() function
/Linux-v5.4/net/core/
Dfilter.c5761 u32 bpf_xdp_sock_convert_ctx_access(enum bpf_access_type type, in bpf_xdp_sock_convert_ctx_access() function
/Linux-v5.4/kernel/bpf/
Dverifier.c8582 convert_ctx_access = bpf_xdp_sock_convert_ctx_access; in convert_ctx_accesses()