Searched refs:nl_send_iovec (Results 1 – 4 of 4) sorted by relevance
/external/libnl/include/netlink/ |
D | netlink.h | 59 extern int nl_send_iovec(struct nl_sock *, struct nl_msg *,
|
/external/libnl/lib/ |
D | nl.c | 342 int nl_send_iovec(struct nl_sock *sk, struct nl_msg *msg, struct iovec *iov, unsigned iovlen) in nl_send_iovec() function 428 return nl_send_iovec(sk, msg, &iov, 1); in nl_send()
|
/external/libnl/lib/netfilter/ |
D | queue_msg.c | 290 err = nl_send_iovec(nlh, nlmsg, iov, 3); in nfnl_queue_msg_send_verdict_payload()
|
/external/libnl/doc/ |
D | core.txt | 934 structure and pass it on to nl_send_iovec(). 941 nl_send_iovec(sk, msg, iov, iovlen) 944 .Using nl_send_iovec() 946 nl_send_iovec() expects a finalized netlink message and fills out the 953 nl_send_iovec() also adds credentials if present and enabled 960 nl_send_iovec(sk, msg, iov, iovlen)
|