Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dbpf.h847 PTR_TO_TCP_SOCK, /* reg points to struct tcp_sock */ enumerator
875 PTR_TO_TCP_SOCK_OR_NULL = PTR_MAYBE_NULL | PTR_TO_TCP_SOCK,
/Linux-v6.6/kernel/bpf/
Dverifier.c439 type == PTR_TO_TCP_SOCK || in type_is_sk_pointer()
458 type == PTR_TO_TCP_SOCK || in reg_not_null()
613 [PTR_TO_TCP_SOCK] = "tcp_sock", in reg_type_str()
4207 case PTR_TO_TCP_SOCK: in is_spillable_regtype()
5368 case PTR_TO_TCP_SOCK: in check_sock_access()
5429 [PTR_TO_TCP_SOCK] = &btf_sock_ids[BTF_SOCK_TYPE_TCP],
5566 case PTR_TO_TCP_SOCK: in check_ptr_alignment()
7689 PTR_TO_TCP_SOCK,
7699 PTR_TO_TCP_SOCK,
9831 regs[BPF_REG_0].type = PTR_TO_TCP_SOCK | ret_flag; in check_helper_call()
[all …]