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,
108 /* List of sockets hashed to this bucket */
130 /* Sockets can be hashed in established or listening table.
141 /* This is for listening sockets, thus all sockets which possess wildcards. */
145 /* This is for sockets with full identity only. Sockets here will
368 /* Sockets in TCP_CLOSE state are _always_ taken out of the hash, so we need