Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/quectelCM/libmnl/
H A Dsocket.c85 int mnl_socket_get_fd(const struct mnl_socket *nl) in mnl_socket_get_fd() function
H A Dlibmnl.h30 extern int mnl_socket_get_fd(const struct mnl_socket *nl);
/OK3568_Linux_fs/kernel/tools/testing/selftests/netfilter/
H A Dnf-queue.c249 if (opts.timeout && setsockopt(mnl_socket_get_fd(nl), in open_queue()