Searched refs:nl_send (Results 1 – 3 of 3) sorted by relevance
52 extern int nl_send(struct nl_sock *, struct nl_msg *);
281 int nl_send(struct nl_sock *sk, struct nl_msg *msg) in nl_send() function332 return nl_send(sk, msg); in nl_send_auto_complete()
85 o Make nl_send*() take a nl_msg instead of a nlmsghdr (API BREAK)92 o overwrite destination address in nl_send() when specified in the333 calls to nl_recv and nl_send.