From: Eric Dumazet Date: Mon, 28 Nov 2011 05:22:18 +0000 (+0000) Subject: net: introduce skb_flow_dissect() X-Git-Tag: v3.3-rc1~182^2~451 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0744dd00c1b1be99a25b62b1b48df440e82e57e0;p=pandora-kernel.git net: introduce skb_flow_dissect() We use at least two flow dissectors in network stack, with known limitations and code duplication. Introduce skb_flow_dissect() to factorize this, highly inspired from existing dissector from __skb_get_rxhash() Note : We extensively use skb_header_pointer(), this permits us to not touch skb at all. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed