Tom Herbert 7539fadcb8 net: Add utility functions to clear rxhash
In several places 'skb->rxhash = 0' is being done to clear the
rxhash value in an skb.  This does not clear l4_rxhash which could
still be set so that the rxhash wouldn't be recalculated on subsequent
call to skb_get_rxhash.  This patch adds an explict function to clear
all the rxhash related information in the skb properly.

skb_clear_hash_if_not_l4 clears the rxhash only if it is not marked as
l4_rxhash.

Fixed up places where 'skb->rxhash = 0' was being called.

Signed-off-by: Tom Herbert <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-12-17 16:36:21 -05:00
..
2013-11-14 17:31:14 -05:00
2013-12-14 00:58:22 -05:00
2013-10-19 19:36:19 -04:00
2013-10-17 15:02:02 -04:00
2013-10-08 23:19:24 -04:00
2012-10-08 17:42:36 -04:00
2013-12-10 21:57:11 -05:00
2013-10-19 19:36:19 -04:00
2013-09-03 21:41:43 -04:00
2013-11-29 16:37:36 -05:00
2013-12-06 12:51:41 -05:00
2013-12-06 12:51:41 -05:00
2013-12-17 15:15:25 -05:00
2013-03-21 11:47:50 -04:00
2013-12-06 12:51:41 -05:00
2012-03-11 23:42:51 -07:00
2013-10-19 19:36:19 -04:00
2013-11-29 16:37:36 -05:00
2013-05-31 17:19:05 -07:00