From: Ian Jackson Date: Sat, 27 Sep 2014 14:01:05 +0000 (+0100) Subject: udp: Introduce some `us' convenience variables, etc. X-Git-Tag: base.ipv6-polypath-fixes-2.v1~50 X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/commitdiff_plain/56c8ed69eff8342f692c427ce3d2cab6fd557001?hp=56c8ed69eff8342f692c427ce3d2cab6fd557001 udp: Introduce some `us' convenience variables, etc. * Introduce appropriate `struct udpsock *us' in a few places, and use them as appropriate. We are going to make a few more places where these are used and this avoids some repetition. * Introduce an `af' variable for the intended destination address family at one point. We are going to want to reuse this. * Add a comment on a line `} else {' distant from its `if (..) {'. No functional change. Signed-off-by: Ian Jackson ---