Correctly state the process of sending a netlink message. A message
passes through nl_send_iovec() before hitting nl_sendmsg()
This commit is contained in:
parent
738ee7fea1
commit
d283c8e889
1 changed files with 3 additions and 0 deletions
|
@ -400,6 +400,9 @@
|
|||
* |- - - - - - - - - - - - - - - - - - - - v
|
||||
* v cb->cb_send_ow()
|
||||
* nl_send(sk, msg)
|
||||
* |
|
||||
* v
|
||||
* nl_send_iovec()
|
||||
* | [If available, add peer port and credentials]
|
||||
* v
|
||||
* nl_sendmsg(sk, msg, msghdr)
|
||||
|
|
Loading…
Add table
Reference in a new issue