Home
last modified time | relevance | path

Searched refs:first_valid_sk (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/core/
H A Dsock_reuseport.c531 struct sock *first_valid_sk = NULL; in reuseport_select_sock_by_hash() local
547 if (!first_valid_sk) in reuseport_select_sock_by_hash()
548 first_valid_sk = sk; in reuseport_select_sock_by_hash()
556 return first_valid_sk; in reuseport_select_sock_by_hash()