Al Viro 4f765d842f [IPV4]: INET_MATCH() annotations
INET_MATCH() and friends depend on an interesting set of kludges:
	* there's a pair of adjacent fields in struct inet_sock - __be16 dport
followed by __u16 num.  We want to search by pair, so we combine the keys into
a single 32bit value and compare with 32bit value read from &...->dport.
	* on 64bit targets we combine comparisons with pair of adjacent __be32
fields in the same way.

Make sure that we don't mix those values with anything else and that pairs
we form them from have correct types.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-09-28 18:02:25 -07:00
..
2006-09-22 15:19:03 -07:00
2006-09-22 14:54:40 -07:00
2006-09-28 18:01:06 -07:00
2006-09-28 18:01:09 -07:00
2006-09-28 18:02:23 -07:00
2006-09-28 18:02:09 -07:00
2006-08-02 15:02:31 -07:00
2006-09-28 18:02:10 -07:00
2006-09-22 15:18:47 -07:00
2006-09-22 15:19:06 -07:00