Searched refs:reuseport_migrate_sock (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/include/net/ |
A D | sock_reuseport.h | 41 struct sock *reuseport_migrate_sock(struct sock *sk,
|
/linux-6.3-rc2/net/core/ |
A D | sock_reuseport.c | 621 struct sock *reuseport_migrate_sock(struct sock *sk, in reuseport_migrate_sock() function 682 EXPORT_SYMBOL(reuseport_migrate_sock);
|
/linux-6.3-rc2/net/ipv4/ |
A D | inet_connection_sock.c | 996 nsk = reuseport_migrate_sock(sk_listener, req_to_sk(req), NULL); in reqsk_timer_handler() 1390 nsk = reuseport_migrate_sock(sk, child, NULL); in inet_csk_listen_stop()
|
A D | tcp_ipv4.c | 2049 nsk = reuseport_migrate_sock(sk, req_to_sk(req), skb); in tcp_v4_rcv()
|
/linux-6.3-rc2/net/ipv6/ |
A D | tcp_ipv6.c | 1658 nsk = reuseport_migrate_sock(sk, req_to_sk(req), skb); in tcp_v6_rcv()
|
Completed in 16 milliseconds