On Sat, May 9, 2015 at 6:10 AM, Jiri Pirko <[email protected]> wrote: > __skb_tx_hash function has no relation to flow_dissect so just muve it > to skbuff.c (it is declared in skbuff.h) >
It calls __skb_get_hash() in most of the cases, and __skb_get_hash() is in flow_dissector.c. There are many functions declared in skbuff.h but defined in a different file than skbuff.c. Why bother? -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
