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