Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/bpf/
Dverifier.c441 type == PTR_TO_TCP_SOCK || in type_is_sk_pointer()
448 type == PTR_TO_TCP_SOCK || in reg_type_not_null()
463 return type == PTR_TO_SOCKET || type == PTR_TO_TCP_SOCK || in reg_type_may_be_refcounted_or_null()
558 [PTR_TO_TCP_SOCK] = "tcp_sock", in reg_type_str()
2956 case PTR_TO_TCP_SOCK: in is_spillable_regtype()
4041 case PTR_TO_TCP_SOCK: in check_sock_access()
4197 case PTR_TO_TCP_SOCK: in check_ptr_alignment()
5656 PTR_TO_TCP_SOCK,
5666 PTR_TO_TCP_SOCK,
7505 regs[BPF_REG_0].type = PTR_TO_TCP_SOCK | ret_flag; in check_helper_call()
[all …]
Dbtf.c6132 [PTR_TO_TCP_SOCK] = &btf_sock_ids[BTF_SOCK_TYPE_TCP],
/Linux-v6.1/include/linux/
Dbpf.h639 PTR_TO_TCP_SOCK, /* reg points to struct tcp_sock */ enumerator
667 PTR_TO_TCP_SOCK_OR_NULL = PTR_MAYBE_NULL | PTR_TO_TCP_SOCK,