Searched refs:reuseport_select_sock_by_hash (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/core/
H A Dsock_reuseport.c42 /* Paired with READ_ONCE() in reuseport_select_sock_by_hash(). */
48 /* Paired with READ_ONCE() in reuseport_select_sock_by_hash(). */
83 * Paired with READ_ONCE() in reuseport_select_sock_by_hash().
528 static struct sock *reuseport_select_sock_by_hash(struct sock_reuseport *reuse, function
603 sk2 = reuseport_select_sock_by_hash(reuse, hash, socks);
667 nsk = reuseport_select_sock_by_hash(reuse, hash, socks);

Completed in 101 milliseconds