Lines Matching full:sockets
36 * The 'e' prefix stands for Establish, but we really put all sockets
46 * 1) Sockets bound to different interfaces may share a local port.
48 * 2) If all sockets have sk->sk_reuse set, and none of them are in
51 * 3) If all sockets are bound to a specific inet_sk(sk)->rcv_saddr local
58 * below. As we add sockets to a bind bucket list, we perform a
60 * As long as all sockets added to a bind bucket pass this test,
109 /* List of sockets hashed to this bucket */
135 /* Sockets can be hashed in established or listening table.
146 /* This is for listening sockets, thus all sockets which possess wildcards. */
150 /* This is for sockets with full identity only. Sockets here will
373 /* Sockets in TCP_CLOSE state are _always_ taken out of the hash, so we need