Home
last modified time | relevance | path

Searched refs:mnl_socket_sendto (Results 1 – 25 of 35) sorted by relevance

12

/external/ethtool/libmnl/examples/netfilter/
Dnf-queue.c186 if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) { in main()
193 if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) { in main()
200 if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) { in main()
207 if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) { in main()
228 if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) { in main()
Dnf-log.c171 if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) { in main()
178 if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) { in main()
185 if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) { in main()
192 if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) { in main()
Dnfct-create-batch.c88 ret = mnl_socket_sendto(nl, mnl_nlmsg_batch_head(b), len); in send_batch()
/external/libnetfilter_conntrack/examples/
Dnfct-mnl-set-label.c60 if (mnl_socket_sendto(cbargs->nl, nlh, nlh->nlmsg_len) < 0) in set_label()
162 ret = mnl_socket_sendto(nl, nlh, nlh->nlmsg_len); in main()
Dnfct-mnl-flush.c43 ret = mnl_socket_sendto(nl, nlh, nlh->nlmsg_len); in main()
Dnfct-mnl-dump.c60 ret = mnl_socket_sendto(nl, nlh, nlh->nlmsg_len); in main()
Dnfexp-mnl-dump.c65 ret = mnl_socket_sendto(nl, nlh, nlh->nlmsg_len); in main()
Dnfct-mnl-del.c60 ret = mnl_socket_sendto(nl, nlh, nlh->nlmsg_len); in main()
Dnfct-mnl-create.c65 ret = mnl_socket_sendto(nl, nlh, nlh->nlmsg_len); in main()
Dnfct-mnl-dump-labels.c77 ret = mnl_socket_sendto(nl, nlh, nlh->nlmsg_len); in main()
Dnfct-mnl-get.c79 ret = mnl_socket_sendto(nl, nlh, nlh->nlmsg_len); in main()
/external/linux-kselftest/tools/testing/selftests/netfilter/
Dnf-queue.c230 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()
/external/ethtool/libmnl/src/
Dlibmnl.map66 mnl_socket_sendto;
Dsocket.c232 EXPORT_SYMBOL ssize_t mnl_socket_sendto(const struct mnl_socket *nl, in mnl_socket_sendto() function
/external/ethtool/libmnl/examples/rtnl/
Drtnl-link-set.c64 if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) { in main()
Drtnl-link-dump3.c83 if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) { in main()
Drtnl-link-dump2.c83 if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) { in main()
Drtnl-addr-add.c99 if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) { in main()
Drtnl-addr-dump.c113 if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) { in main()
Drtnl-link-dump.c110 if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) { in main()
Drtnl-route-add.c107 if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) { in main()
Drtnl-neigh-dump.c137 if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) { in main()
/external/iproute2/tipc/
Dmsg.c65 ret = mnl_socket_sendto(nl, nlh, nlh->nlmsg_len); in msg_send()
/external/ethtool/libmnl/examples/genl/
Dgenl-family-get.c221 if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) { in main()
/external/iproute2/rdma/
Dutils.c208 ret = mnl_socket_sendto(rd->nl, rd->nlh, rd->nlh->nlmsg_len); in rd_send_msg()

12