Revision 3759fa9c55923f719ae944a3f8fbb029b36f759d authored by Herbert Xu on 13 March 2006, 22:26:12 UTC, committed by David S. Miller on 13 March 2006, 22:26:12 UTC
When we link a socket into the hash table, we need to make sure that we
set the num/port fields so that it shows us with a non-zero port value
in proc/netlink and on the wire.  This code and comment is copied over
from the IPv4 stack as is.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
1 parent c33d456
History
File Mode Size
Kconfig -rw-r--r-- 2.7 KB
Makefile -rw-r--r-- 494 bytes
associola.c -rw-r--r-- 37.0 KB
bind_addr.c -rw-r--r-- 10.9 KB
chunk.c -rw-r--r-- 8.0 KB
command.c -rw-r--r-- 2.4 KB
crc32c.c -rw-r--r-- 8.3 KB
debug.c -rw-r--r-- 5.0 KB
endpointola.c -rw-r--r-- 9.7 KB
input.c -rw-r--r-- 24.8 KB
inqueue.c -rw-r--r-- 6.3 KB
ipv6.c -rw-r--r-- 26.8 KB
objcnt.c -rw-r--r-- 4.0 KB
output.c -rw-r--r-- 18.8 KB
outqueue.c -rw-r--r-- 49.4 KB
primitive.c -rw-r--r-- 7.6 KB
proc.c -rw-r--r-- 10.0 KB
protocol.c -rw-r--r-- 33.7 KB
sm_make_chunk.c -rw-r--r-- 82.5 KB
sm_sideeffect.c -rw-r--r-- 41.6 KB
sm_statefuns.c -rw-r--r-- 164.9 KB
sm_statetable.c -rw-r--r-- 40.3 KB
socket.c -rw-r--r-- 161.3 KB
ssnmap.c -rw-r--r-- 3.5 KB
sysctl.c -rw-r--r-- 7.2 KB
transport.c -rw-r--r-- 16.1 KB
tsnmap.c -rw-r--r-- 10.5 KB
ulpevent.c -rw-r--r-- 26.4 KB
ulpqueue.c -rw-r--r-- 21.7 KB

back to top