Searched refs:reuseport_select_sock (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/net/ |
H A D | sock_reuseport.h | 37 extern struct sock *reuseport_select_sock(struct sock *sk,
|
/openbmc/linux/net/core/ |
H A D | sock_reuseport.c | 569 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 D | inet6_hashtables.c | 144 reuse_sk = reuseport_select_sock(sk, phash, skb, doff); in inet6_lookup_reuseport()
|
/openbmc/linux/net/sctp/ |
H A D | input.c | 868 sk = reuseport_select_sock(sk, phash, skb, in __sctp_rcv_lookup_endpoint()
|
/openbmc/linux/net/ipv4/ |
H A D | inet_hashtables.c | 369 reuse_sk = reuseport_select_sock(sk, phash, skb, doff); in inet_lookup_reuseport()
|