Searched refs:nl_send (Results 1 – 4 of 4) sorted by relevance
58 extern int nl_send(struct nl_sock *, struct nl_msg *);
416 int nl_send(struct nl_sock *sk, struct nl_msg *msg) in nl_send() function489 return nl_send(sk, msg); in nl_send_auto()
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.
903 passed on to nl_send().905 If the default sending semantics implemented by nl_send() do not suit906 the application, it may overwrite the sending function nl_send() by920 nl_send(sk, msg) send_func()923 .Using nl_send()926 functionality you may use nl_send() directly but beware that any928 messages will still use nl_send(). Therefore if you wish to use any929 higher level interfaces and the behaviour of nl_send() is to your930 dislike then you must overwrite the nl_send() function via933 The purpose of nl_send() is to embed the netlink message into a iovec[all …]