Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dsock_reuseport.h37 extern struct sock *reuseport_select_sock(struct sock *sk,
/openbmc/linux/net/core/
H A Dsock_reuseport.c569 struct sock *reuseport_select_sock(struct sock *sk, in reuseport_select_sock() function
610 EXPORT_SYMBOL(reuseport_select_sock);
/openbmc/linux/net/ipv6/
H A Dinet6_hashtables.c144 reuse_sk = reuseport_select_sock(sk, phash, skb, doff); in inet6_lookup_reuseport()
/openbmc/linux/net/sctp/
H A Dinput.c865 sk = reuseport_select_sock(sk, phash, skb, in __sctp_rcv_lookup_endpoint()
/openbmc/linux/net/ipv4/
H A Dinet_hashtables.c369 reuse_sk = reuseport_select_sock(sk, phash, skb, doff); in inet_lookup_reuseport()