Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h322 RET_PTR_TO_SOCK_COMMON_OR_NULL, /* returns a pointer to a sock_common or NULL */ enumerator
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c6047 .ret_type = RET_PTR_TO_SOCK_COMMON_OR_NULL,
6145 .ret_type = RET_PTR_TO_SOCK_COMMON_OR_NULL,
6187 .ret_type = RET_PTR_TO_SOCK_COMMON_OR_NULL,
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c5469 } else if (fn->ret_type == RET_PTR_TO_SOCK_COMMON_OR_NULL) { in check_helper_call()