Searched hist:c6cc1ca7f4d70cbb3ea3a5ca163c5dabaf155cdb (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/net/ |
H A D | flow_dissector.h | diff c6cc1ca7f4d70cbb3ea3a5ca163c5dabaf155cdb Tue Sep 01 11:24:25 CDT 2015 Tom Herbert <tom@herbertland.com> flowi: Abstract out functions to get flow hash based on flowi
Create __get_hash_from_flowi6 and __get_hash_from_flowi4 to get the flow keys and hash based on flowi structures. These are called by __skb_get_hash_flowi6 and __skb_get_hash_flowi4. Also, created get_hash_from_flowi6 and get_hash_from_flowi4 which can be called when just the hash value for a flowi is needed.
Signed-off-by: Tom Herbert <tom@herbertland.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | flow.h | diff c6cc1ca7f4d70cbb3ea3a5ca163c5dabaf155cdb Tue Sep 01 11:24:25 CDT 2015 Tom Herbert <tom@herbertland.com> flowi: Abstract out functions to get flow hash based on flowi
Create __get_hash_from_flowi6 and __get_hash_from_flowi4 to get the flow keys and hash based on flowi structures. These are called by __skb_get_hash_flowi6 and __skb_get_hash_flowi4. Also, created get_hash_from_flowi6 and get_hash_from_flowi4 which can be called when just the hash value for a flowi is needed.
Signed-off-by: Tom Herbert <tom@herbertland.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/include/linux/ |
H A D | skbuff.h | diff c6cc1ca7f4d70cbb3ea3a5ca163c5dabaf155cdb Tue Sep 01 11:24:25 CDT 2015 Tom Herbert <tom@herbertland.com> flowi: Abstract out functions to get flow hash based on flowi
Create __get_hash_from_flowi6 and __get_hash_from_flowi4 to get the flow keys and hash based on flowi structures. These are called by __skb_get_hash_flowi6 and __skb_get_hash_flowi4. Also, created get_hash_from_flowi6 and get_hash_from_flowi4 which can be called when just the hash value for a flowi is needed.
Signed-off-by: Tom Herbert <tom@herbertland.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|