Searched refs:mnl_socket_sendto (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/quectelCM/libmnl/ |
| H A D | ifutils.c | 128 if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) in if_act_on_link() 211 if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) in if_set_mtu() 314 if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) in if_act_on_addr() 478 if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) in if_get_addr() 614 if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) in if_act_on_route()
|
| H A D | socket.c | 232 ssize_t mnl_socket_sendto(const struct mnl_socket *nl, in mnl_socket_sendto() function
|
| H A D | libmnl.h | 32 extern ssize_t mnl_socket_sendto(const struct mnl_socket *nl, const void *req, size_t siz);
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/netfilter/ |
| H A D | nf-queue.c | 230 if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) { in open_queue() 242 if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) { in open_queue() 317 if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) { in mainloop()
|