Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dbpf.h2162 bool bpf_tcp_sock_is_valid_access(int off, int size, enum bpf_access_type type,
2180 static inline bool bpf_tcp_sock_is_valid_access(int off, int size, in bpf_tcp_sock_is_valid_access() function
/Linux-v5.15/net/core/
Dfilter.c6451 bool bpf_tcp_sock_is_valid_access(int off, int size, enum bpf_access_type type, in bpf_tcp_sock_is_valid_access() function
/Linux-v5.15/kernel/bpf/
Dverifier.c3452 valid = bpf_tcp_sock_is_valid_access(off, size, t, &info); in check_sock_access()