Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dbpf.h1107 bool bpf_xdp_sock_is_valid_access(int off, int size, enum bpf_access_type type,
1131 static inline bool bpf_xdp_sock_is_valid_access(int off, int size, in bpf_xdp_sock_is_valid_access() function
/Linux-v5.4/net/core/
Dfilter.c5746 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.4/kernel/bpf/
Dverifier.c2400 valid = bpf_xdp_sock_is_valid_access(off, size, t, &info); in check_sock_access()