Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/bpf/
Dverifier.c435 type == PTR_TO_TCP_SOCK || in type_is_sk_pointer()
442 type == PTR_TO_TCP_SOCK || in reg_type_not_null()
470 type == PTR_TO_TCP_SOCK || in reg_type_may_be_refcounted_or_null()
565 [PTR_TO_TCP_SOCK] = "tcp_sock",
1164 reg->type = PTR_TO_TCP_SOCK; in mark_ptr_not_null_reg()
2574 case PTR_TO_TCP_SOCK: in is_spillable_regtype()
3451 case PTR_TO_TCP_SOCK: in check_sock_access()
3607 case PTR_TO_TCP_SOCK: in check_ptr_alignment()
4842 PTR_TO_TCP_SOCK,
4852 PTR_TO_TCP_SOCK,
[all …]
Dbtf.c5434 [PTR_TO_TCP_SOCK] = &btf_sock_ids[BTF_SOCK_TYPE_TCP],
/Linux-v5.15/include/linux/
Dbpf.h431 PTR_TO_TCP_SOCK, /* reg points to struct tcp_sock */ enumerator