Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dbpf.h3088 bool bpf_xdp_sock_is_valid_access(int off, int size, enum bpf_access_type type,
3112 static inline bool bpf_xdp_sock_is_valid_access(int off, int size, in bpf_xdp_sock_is_valid_access() function
/Linux-v6.6/net/core/
Dfilter.c7148 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-v6.6/kernel/bpf/
Dverifier.c5372 valid = bpf_xdp_sock_is_valid_access(off, size, t, &info); in check_sock_access()