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

/linux-master/include/net/
H A Dsock_reuseport.h37 extern struct sock *reuseport_select_sock(struct sock *sk,
/linux-master/net/core/
H A Dsock_reuseport.c560 * reuseport_select_sock - Select a socket from an SO_REUSEPORT group.
569 struct sock *reuseport_select_sock(struct sock *sk, function
610 EXPORT_SYMBOL(reuseport_select_sock); variable
/linux-master/net/ipv6/
H A Dinet6_hashtables.c143 reuse_sk = reuseport_select_sock(sk, phash, skb, doff);
/linux-master/net/sctp/
H A Dinput.c865 sk = reuseport_select_sock(sk, phash, skb,
/linux-master/net/ipv4/
H A Dinet_hashtables.c363 reuse_sk = reuseport_select_sock(sk, phash, skb, doff);

Completed in 212 milliseconds