Lines Matching refs:nl_send
903 passed on to nl_send().
905 If the default sending semantics implemented by nl_send() do not suit
906 the application, it may overwrite the sending function nl_send() by
920 nl_send(sk, msg) send_func()
923 .Using nl_send()
926 functionality you may use nl_send() directly but beware that any
928 messages will still use nl_send(). Therefore if you wish to use any
929 higher level interfaces and the behaviour of nl_send() is to your
930 dislike then you must overwrite the nl_send() function via
933 The purpose of nl_send() is to embed the netlink message into a iovec
938 nl_send(sk, msg)
2631 .Overwriting nl_send()
2634 how and when nl_send() is called internally.