ip: IP cmsg cleanup
authorTom Herbert <therbert@google.com>
Mon, 5 Jan 2015 21:56:15 +0000 (13:56 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Jan 2015 03:44:46 +0000 (22:44 -0500)
commitc44d13d6f341ca59f3d6646f2337d4d3c8a814a6
tree03e510be58acdf0ff3aa10cc5f5366f51343f22b
parent224d019c4fbba242041e9b25a926ba873b7da1e2
ip: IP cmsg cleanup

Move the IP_CMSG_* constants from ip_sockglue.c to inet_sock.h so that
they can be referenced in other source files.

Restructure ip_cmsg_recv to not go through flags using shift, check
for flags by 'and'. This eliminates both the shift and a conditional
per flag check.

Signed-off-by: Tom Herbert <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/inet_sock.h
net/ipv4/ip_sockglue.c
This page took 0.025418 seconds and 5 git commands to generate.