On Wed, 2013-03-27 at 17:11 +0800, Jason Wang wrote: > Sometimes, we need probe and set the transport header for packets (e.g from > untrusted source). This patch introduces a new helper > skb_probe_transport_header() which tries to probe and set the l4 header > through > skb_flow_dissect(), if not just set the transport header to the hint passed by > caller. > > Cc: Eric Dumazet <[email protected]> > Signed-off-by: Jason Wang <[email protected]> > --- > include/linux/skbuff.h | 14 ++++++++++++++ > 1 files changed, 14 insertions(+), 0 deletions(-)
Acked-by: Eric Dumazet <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

