1. 03 12月, 2006 1 次提交
  2. 29 9月, 2006 1 次提交
    • A
      [IPV4]: INET_MATCH() annotations · 4f765d84
      Al Viro 提交于
      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: NAl Viro <viro@zeniv.linux.org.uk>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      4f765d84
  3. 01 7月, 2006 1 次提交
  4. 10 4月, 2006 1 次提交
  5. 14 3月, 2006 1 次提交
  6. 04 1月, 2006 1 次提交
  7. 30 8月, 2005 1 次提交