Home
last modified time | relevance | path

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

/external/libnl/include/netlink/
Dnetlink.h59 extern int nl_send_iovec(struct nl_sock *, struct nl_msg *,
/external/libnl/lib/
Dnl.c342 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/
Dqueue_msg.c290 err = nl_send_iovec(nlh, nlmsg, iov, 3); in nfnl_queue_msg_send_verdict_payload()
/external/libnl/doc/
Dcore.txt934 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)