Home
last modified time | relevance | path

Searched refs:RET_PTR_TO_SOCK_COMMON_OR_NULL (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/linux/
Dbpf.h308 RET_PTR_TO_SOCK_COMMON_OR_NULL, /* returns a pointer to a sock_common or NULL */ enumerator
/Linux-v5.10/net/core/
Dfilter.c6038 .ret_type = RET_PTR_TO_SOCK_COMMON_OR_NULL,
6136 .ret_type = RET_PTR_TO_SOCK_COMMON_OR_NULL,
6178 .ret_type = RET_PTR_TO_SOCK_COMMON_OR_NULL,
/Linux-v5.10/kernel/bpf/
Dverifier.c5140 } else if (fn->ret_type == RET_PTR_TO_SOCK_COMMON_OR_NULL) { in check_helper_call()