Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dbpf.h2171 bool bpf_xdp_sock_is_valid_access(int off, int size, enum bpf_access_type type,
2195 static inline bool bpf_xdp_sock_is_valid_access(int off, int size, in bpf_xdp_sock_is_valid_access() function
/Linux-v5.15/net/core/
Dfilter.c6650 bool bpf_xdp_sock_is_valid_access(int off, int size, enum bpf_access_type type, in bpf_xdp_sock_is_valid_access() function
/Linux-v5.15/kernel/bpf/
Dverifier.c3455 valid = bpf_xdp_sock_is_valid_access(off, size, t, &info); in check_sock_access()