Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dverifier.c329 type == PTR_TO_TCP_SOCK || in type_is_sk_pointer()
351 type == PTR_TO_TCP_SOCK || in reg_type_may_be_refcounted_or_null()
399 [PTR_TO_TCP_SOCK] = "tcp_sock",
1849 case PTR_TO_TCP_SOCK: in is_spillable_regtype()
2396 case PTR_TO_TCP_SOCK: in check_sock_access()
2563 case PTR_TO_TCP_SOCK: in check_ptr_alignment()
4372 case PTR_TO_TCP_SOCK: in adjust_ptr_min_max_vals()
5632 reg->type = PTR_TO_TCP_SOCK; in mark_ptr_or_null_reg()
6913 case PTR_TO_TCP_SOCK: in regsafe()
7440 case PTR_TO_TCP_SOCK: in reg_type_mismatch_ok()
[all …]
/Linux-v5.4/include/linux/
Dbpf.h280 PTR_TO_TCP_SOCK, /* reg points to struct tcp_sock */ enumerator