commit | 9247744e5eaa29aecee5342a0c8694187a6aadcd | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@vyatta.com> | Sat Mar 21 13:39:26 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Mar 21 13:39:26 2009 -0700 |
tree | 74ccf6e63f2a8192502f432376b1f68136ace8b1 | |
parent | 1f1900f935e810d01c716fa2aaf8c9d25caa4151 [diff] |
skb: expose and constify hash primitives Some minor changes to queue hashing: 1. Use const on accessor functions 2. Export skb_tx_hash for use in drivers (see ixgbe) Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>