Home
last modified time | relevance | path

Searched refs:PTR_TO_TCP_SOCK (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/kernel/bpf/
Dverifier.c395 type == PTR_TO_TCP_SOCK || in type_is_sk_pointer()
402 type == PTR_TO_TCP_SOCK || in reg_type_not_null()
429 type == PTR_TO_TCP_SOCK || in reg_type_may_be_refcounted_or_null()
516 [PTR_TO_TCP_SOCK] = "tcp_sock",
2207 case PTR_TO_TCP_SOCK: in is_spillable_regtype()
2829 case PTR_TO_TCP_SOCK: in check_sock_access()
2987 case PTR_TO_TCP_SOCK: in check_ptr_alignment()
4000 PTR_TO_TCP_SOCK,
4010 PTR_TO_TCP_SOCK,
5506 case PTR_TO_TCP_SOCK: in adjust_ptr_min_max_vals()
[all …]
/Linux-v5.10/include/linux/
Dbpf.h385 PTR_TO_TCP_SOCK, /* reg points to struct tcp_sock */ enumerator