Skip to content
Commit eae3f88e authored by David S. Miller's avatar David S. Miller
Browse files

net: Separate out SKB validation logic from transmit path.



dev_hard_start_xmit() does two things, it first validates and
canonicalizes the SKB, then it actually sends it.

Make a set of helper functions for doing the first part.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 95f6b3dd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment