Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dsock_reuseport.h41 struct sock *reuseport_migrate_sock(struct sock *sk,
/openbmc/linux/net/core/
H A Dsock_reuseport.c621 struct sock *reuseport_migrate_sock(struct sock *sk, in reuseport_migrate_sock() function
682 EXPORT_SYMBOL(reuseport_migrate_sock);
/openbmc/linux/net/ipv4/
H A Dinet_connection_sock.c1030 nsk = reuseport_migrate_sock(sk_listener, req_to_sk(req), NULL); in reqsk_timer_handler()
1434 nsk = reuseport_migrate_sock(sk, child, NULL); in inet_csk_listen_stop()
H A Dtcp_ipv4.c2072 nsk = reuseport_migrate_sock(sk, req_to_sk(req), skb); in tcp_v4_rcv()
/openbmc/linux/net/ipv6/
H A Dtcp_ipv6.c1652 nsk = reuseport_migrate_sock(sk, req_to_sk(req), skb); in tcp_v6_rcv()