Home
last modified time | relevance | path

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

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