Home
last modified time | relevance | path

Searched refs:mnl_socket_bind (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/app/forlinx/quectelCM/libmnl/
H A Difutils.c121 if (mnl_socket_bind(nl, 0, MNL_SOCKET_AUTOPID) < 0) in if_act_on_link()
204 if (mnl_socket_bind(nl, 0, MNL_SOCKET_AUTOPID) < 0) in if_set_mtu()
307 if (mnl_socket_bind(nl, 0, MNL_SOCKET_AUTOPID) < 0) in if_act_on_addr()
471 if (mnl_socket_bind(nl, 0, MNL_SOCKET_AUTOPID) < 0) in if_get_addr()
607 if (mnl_socket_bind(nl, 0, MNL_SOCKET_AUTOPID) < 0) in if_act_on_route()
H A Dsocket.c193 int mnl_socket_bind(struct mnl_socket *nl, unsigned int groups, in mnl_socket_bind() function
H A Dlibmnl.h28 extern int mnl_socket_bind(struct mnl_socket *nl, unsigned int groups, pid_t pid);
/OK3568_Linux_fs/kernel/tools/testing/selftests/netfilter/
H A Dnf-queue.c222 if (mnl_socket_bind(nl, 0, MNL_SOCKET_AUTOPID) < 0) { in open_queue()