Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/bpf/
Dverifier.c395 type == PTR_TO_TCP_SOCK || in type_is_sk_pointer()
402 type == PTR_TO_TCP_SOCK || in reg_type_not_null()
416 base_type(type) == PTR_TO_TCP_SOCK || in reg_type_may_be_refcounted_or_null()
507 [PTR_TO_TCP_SOCK] = "tcp_sock", in reg_type_str()
2236 case PTR_TO_TCP_SOCK: in is_spillable_regtype()
3095 case PTR_TO_TCP_SOCK: in check_sock_access()
3248 case PTR_TO_TCP_SOCK: in check_ptr_alignment()
4384 PTR_TO_TCP_SOCK,
4394 PTR_TO_TCP_SOCK,
5554 regs[BPF_REG_0].type = PTR_TO_TCP_SOCK | ret_flag; in check_helper_call()
[all …]
/kernel/linux/linux-5.10/include/linux/
Dbpf.h437 PTR_TO_TCP_SOCK, /* reg points to struct tcp_sock */ enumerator
464 PTR_TO_TCP_SOCK_OR_NULL = PTR_MAYBE_NULL | PTR_TO_TCP_SOCK,