commit | 1cd7884dfd78df6284d27b008823b0b4a808f196 | [log] [tgz] |
---|---|---|
author | Willem de Bruijn <willemb@google.com> | Thu Apr 26 13:42:15 2018 -0400 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 26 15:06:46 2018 -0400 |
tree | b48749c800e0e4ead8e70fd87dfe8008f7113ccf | |
parent | a9537c937c1790b62de5e2789e67c0bf439b11ea [diff] |
udp: expose inet cork to udp UDP segmentation offload needs access to inet_cork in the udp layer. Pass the struct to ip(6)_make_skb instead of allocating it on the stack in that function itself. This patch is a noop otherwise. Signed-off-by: Willem de Bruijn <willemb@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>