Home
last modified time | relevance | path

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

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