Searched refs:mnl_socket_bind (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/quectelCM/libmnl/ |
| H A D | ifutils.c | 121 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 D | socket.c | 193 int mnl_socket_bind(struct mnl_socket *nl, unsigned int groups, in mnl_socket_bind() function
|
| H A D | libmnl.h | 28 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 D | nf-queue.c | 222 if (mnl_socket_bind(nl, 0, MNL_SOCKET_AUTOPID) < 0) { in open_queue()
|