commit | ce984da36e11c1e6db6002ea4f8a4b54e46f45c0 | [log] [tgz] |
---|---|---|
author | Richard Alpe <richard.alpe@ericsson.com> | Fri Aug 26 10:52:51 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 26 21:38:40 2016 -0700 |
tree | d570de4ff75c81495b3e1dcc48bcf5f83b54d1a5 | |
parent | ba5aa84a2d2243d56328e51497a6106dcdf67eef [diff] |
tipc: split UDP send function Split the UDP send function into two. One callback that prepares the skb and one transmit function that sends the skb. This will come in handy in later patches, when we introduce UDP replicast. Signed-off-by: Richard Alpe <richard.alpe@ericsson.com> Reviewed-by: Jon Maloy <jon.maloy@ericsson.com> Acked-by: Ying Xue <ying.xue@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>