Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf.h870 PTR_TO_TCP_SOCK, /* reg points to struct tcp_sock */ enumerator
898 PTR_TO_TCP_SOCK_OR_NULL = PTR_MAYBE_NULL | PTR_TO_TCP_SOCK,
/openbmc/linux/kernel/bpf/
H A 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()
4501 case PTR_TO_TCP_SOCK: in is_spillable_regtype()
5649 case PTR_TO_TCP_SOCK: in check_sock_access()
5710 [PTR_TO_TCP_SOCK] = &btf_sock_ids[BTF_SOCK_TYPE_TCP],
5848 case PTR_TO_TCP_SOCK: in check_ptr_alignment()
8072 PTR_TO_TCP_SOCK,
8082 PTR_TO_TCP_SOCK,
10284 regs[BPF_REG_0].type = PTR_TO_TCP_SOCK | ret_flag; in check_helper_call()
[all …]