Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
Dsock_reuseport.h40 struct sock *reuseport_migrate_sock(struct sock *sk,
/Linux-v6.1/net/core/
Dsock_reuseport.c537 struct sock *reuseport_migrate_sock(struct sock *sk, in reuseport_migrate_sock() function
598 EXPORT_SYMBOL(reuseport_migrate_sock);
/Linux-v6.1/net/ipv4/
Dinet_connection_sock.c957 nsk = reuseport_migrate_sock(sk_listener, req_to_sk(req), NULL); in reqsk_timer_handler()
1342 nsk = reuseport_migrate_sock(sk, child, NULL); in inet_csk_listen_stop()
Dtcp_ipv4.c1998 nsk = reuseport_migrate_sock(sk, req_to_sk(req), skb); in tcp_v4_rcv()
/Linux-v6.1/net/ipv6/
Dtcp_ipv6.c1662 nsk = reuseport_migrate_sock(sk, req_to_sk(req), skb); in tcp_v6_rcv()