Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h1231 type == PTR_TO_TCP_SOCK || in type_is_sk_pointer()
H A Dbpf.h1003 PTR_TO_TCP_SOCK, /* reg points to struct tcp_sock */ enumerator
1029 PTR_TO_TCP_SOCK_OR_NULL = PTR_MAYBE_NULL | PTR_TO_TCP_SOCK,
/linux/kernel/bpf/
H A Dverifier.c316 type == PTR_TO_TCP_SOCK || in reg_not_null()
3672 case PTR_TO_TCP_SOCK: in is_spillable_regtype()
5033 case PTR_TO_TCP_SOCK: in check_sock_access()
5121 [PTR_TO_TCP_SOCK] = &btf_sock_ids[BTF_SOCK_TYPE_TCP],
5261 case PTR_TO_TCP_SOCK: in check_ptr_alignment()
7939 PTR_TO_TCP_SOCK,
7949 PTR_TO_TCP_SOCK,
10615 regs[BPF_REG_0].type = PTR_TO_TCP_SOCK | ret_flag; in check_helper_call()
17333 case PTR_TO_TCP_SOCK: in reg_type_mismatch_ok()
H A Dfixups.c864 case PTR_TO_TCP_SOCK: in bpf_convert_ctx_accesses()