[NETLINK]: Mirror UDP MSG_TRUNC semantics.
authorDavid S. Miller <davem@sunset.davemloft.net>
Wed, 7 Mar 2007 01:02:35 +0000 (17:02 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:23:35 +0000 (22:23 -0700)
If the user passes MSG_TRUNC in via msg_flags, return
the full packet size not the truncated size.

Idea from Herbert Xu and Thomas Graf.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found