Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A 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",
2210 case PTR_TO_TCP_SOCK: in is_spillable_regtype()
3072 case PTR_TO_TCP_SOCK: in check_sock_access()
3225 case PTR_TO_TCP_SOCK: in check_ptr_alignment()
4331 PTR_TO_TCP_SOCK,
4341 PTR_TO_TCP_SOCK,
6035 case PTR_TO_TCP_SOCK: in adjust_ptr_min_max_vals()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h399 PTR_TO_TCP_SOCK, /* reg points to struct tcp_sock */ enumerator