Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dbpf.h856 PTR_TO_TCP_SOCK, /* reg points to struct tcp_sock */ enumerator
884 PTR_TO_TCP_SOCK_OR_NULL = PTR_MAYBE_NULL | PTR_TO_TCP_SOCK,
/linux-6.6.21/kernel/bpf/
Dverifier.c439 type == PTR_TO_TCP_SOCK || in type_is_sk_pointer()
458 type == PTR_TO_TCP_SOCK || in reg_not_null()
624 [PTR_TO_TCP_SOCK] = "tcp_sock", in reg_type_str()
4458 case PTR_TO_TCP_SOCK: in is_spillable_regtype()
5612 case PTR_TO_TCP_SOCK: in check_sock_access()
5673 [PTR_TO_TCP_SOCK] = &btf_sock_ids[BTF_SOCK_TYPE_TCP],
5810 case PTR_TO_TCP_SOCK: in check_ptr_alignment()
8025 PTR_TO_TCP_SOCK,
8035 PTR_TO_TCP_SOCK,
10247 regs[BPF_REG_0].type = PTR_TO_TCP_SOCK | ret_flag; in check_helper_call()
[all …]