flow: Rename 'tp_addr' field in flow_hash_symmetric_l4().
authorEthan Jackson <ethan@nicira.com>
Fri, 3 Feb 2012 05:57:54 +0000 (21:57 -0800)
committerEthan Jackson <ethan@nicira.com>
Fri, 3 Feb 2012 19:12:24 +0000 (11:12 -0800)
commit5b909cbb3485c209c2fad9d4b6cac447f4c77f40
tree65c42e68dabd4f7460682fb4b2cc8f1fc31e9576
parente31f6c5d1c26e9b86adb6449226b4f08f2c8d7a5
flow: Rename 'tp_addr' field in flow_hash_symmetric_l4().

The 'tp_addr' field name is inappropriate because its not an
address, it's the transport port. Therefore tp is sufficient.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
lib/flow.c