ofproto-dpif-xlate: Simplify invocation of process_special().
authorBen Pfaff <blp@nicira.com>
Thu, 23 Jul 2015 20:39:38 +0000 (13:39 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 31 Jul 2015 22:13:51 +0000 (15:13 -0700)
commit515793d559d7c59396f853a4b9be08078a3bd3b7
treea0b6c164657f09358eb6cfcec537439224ff62fa
parentb2e89cc94efa3232a897c1eb17f5d67dae9baf7e
ofproto-dpif-xlate: Simplify invocation of process_special().

This takes advantage of common properties of the invocation of this
function in both callers (both supply the same 'flow' and 'packet',
although they write it differently) and avoids the need for a local
variable in each place.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
ofproto/ofproto-dpif-xlate.c