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.h858 PTR_TO_TCP_SOCK, /* reg points to struct tcp_sock */ enumerator
886 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()
4462 case PTR_TO_TCP_SOCK: in is_spillable_regtype()
5614 case PTR_TO_TCP_SOCK: in check_sock_access()
5813 case PTR_TO_TCP_SOCK: in check_ptr_alignment()
8045 PTR_TO_TCP_SOCK,
8055 PTR_TO_TCP_SOCK,
12532 case PTR_TO_TCP_SOCK: in adjust_ptr_min_max_vals()
16918 case PTR_TO_TCP_SOCK: in reg_type_mismatch_ok()
[all …]