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-- 248 bytes
Makefile -rw-r--r-- 992 bytes
af_llc.c -rw-r--r-- 29.3 KB
llc_c_ac.c -rw-r--r-- 34.9 KB
llc_c_ev.c -rw-r--r-- 21.3 KB
llc_c_st.c -rw-r--r-- 149.8 KB
llc_conn.c -rw-r--r-- 25.6 KB
llc_core.c -rw-r--r-- 4.7 KB
llc_if.c -rw-r--r-- 4.5 KB
llc_input.c -rw-r--r-- 5.1 KB
llc_output.c -rw-r--r-- 2.9 KB
llc_output.h -rw-r--r-- 656 bytes
llc_pdu.c -rw-r--r-- 10.6 KB
llc_proc.c -rw-r--r-- 6.4 KB
llc_s_ac.c -rw-r--r-- 5.7 KB
llc_s_ev.c -rw-r--r-- 3.5 KB
llc_s_st.c -rw-r--r-- 5.7 KB
llc_sap.c -rw-r--r-- 8.6 KB
llc_station.c -rw-r--r-- 20.6 KB
sysctl_net_llc.c -rw-r--r-- 2.7 KB

back to top