commit | 2e8de8576343ab540856082916bfb84d17288b08 | [log] [tgz] |
---|---|---|
author | Willem de Bruijn <willemb@google.com> | Thu Apr 26 13:42:20 2018 -0400 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 26 15:08:51 2018 -0400 |
tree | 211c9efb376d6499bfc992065bd925bfb85d571e | |
parent | 15e36f5b8e982debe43e425d2e12d34e022d51e9 [diff] |
udp: add gso segment cmsg Allow specifying segment size in the send call. The new control message performs the same function as socket option UDP_SEGMENT while avoiding the extra system call. [ Export udp_cmsg_send for ipv6. -DaveM ] Signed-off-by: Willem de Bruijn <willemb@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>