Lines Matching full:sockets
39 * The 'e' prefix stands for Establish, but we really put all sockets
49 * 1) Sockets bound to different interfaces may share a local port.
51 * 2) If all sockets have sk->sk_reuse set, and none of them are in
54 * 3) If all sockets are bound to a specific inet_sk(sk)->rcv_saddr local
61 * below. As we add sockets to a bind bucket list, we perform a
63 * As long as all sockets added to a bind bucket pass this test,
109 /* Sockets can be hashed in established or listening table.
124 /* This is for listening sockets, thus all sockets which possess wildcards. */
128 /* This is for sockets with full identity only. Sockets here will
156 /* All sockets in TCP_LISTEN state will be in listening_hash.
157 * This is the only table where wildcard'd TCP sockets can
309 /* Sockets in TCP_CLOSE state are _always_ taken out of the hash, so we need