Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dlog.c415 [PTR_TO_TCP_SOCK] = "tcp_sock", in reg_type_str()
H A Dverifier.c364 type == PTR_TO_TCP_SOCK || in reg_not_null()
4996 case PTR_TO_TCP_SOCK: in check_sock_access()
5100 [PTR_TO_TCP_SOCK] = &btf_sock_ids[BTF_SOCK_TYPE_TCP],
5252 case PTR_TO_TCP_SOCK: in check_ptr_alignment()
8129 PTR_TO_TCP_SOCK,
8139 PTR_TO_TCP_SOCK,
11139 regs[BPF_REG_0].type = PTR_TO_TCP_SOCK | ret_flag; in check_helper_call()
17982 case PTR_TO_TCP_SOCK: in reg_type_mismatch_ok()
H A Dfixups.c924 case PTR_TO_TCP_SOCK: in bpf_convert_ctx_accesses()
/linux/include/linux/
H A Dbpf_verifier.h1417 type == PTR_TO_TCP_SOCK || in type_is_sk_pointer()
H A Dbpf.h1063 PTR_TO_TCP_SOCK, /* reg points to struct tcp_sock */ enumerator
1089 PTR_TO_TCP_SOCK_OR_NULL = PTR_MAYBE_NULL | PTR_TO_TCP_SOCK,