Searched refs:reuseport_migrate_sock (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/include/net/ |
| D | sock_reuseport.h | 40 struct sock *reuseport_migrate_sock(struct sock *sk,
|
| /Linux-v5.15/net/core/ |
| D | sock_reuseport.c | 521 struct sock *reuseport_migrate_sock(struct sock *sk, in reuseport_migrate_sock() function 582 EXPORT_SYMBOL(reuseport_migrate_sock);
|
| /Linux-v5.15/net/ipv4/ |
| D | inet_connection_sock.c | 809 nsk = reuseport_migrate_sock(sk_listener, req_to_sk(req), NULL); in reqsk_timer_handler() 1192 nsk = reuseport_migrate_sock(sk, child, NULL); in inet_csk_listen_stop()
|
| D | tcp_ipv4.c | 2024 nsk = reuseport_migrate_sock(sk, req_to_sk(req), skb); in tcp_v4_rcv()
|
| /Linux-v5.15/net/ipv6/ |
| D | tcp_ipv6.c | 1685 nsk = reuseport_migrate_sock(sk, req_to_sk(req), skb); in tcp_v6_rcv()
|