Searched refs:reuseport_migrate_sock (Results 1 – 8 of 8) sorted by relevance
| /linux/include/net/ |
| A D | sock_reuseport.h | 40 struct sock *reuseport_migrate_sock(struct sock *sk,
|
| /linux/net/core/ |
| A 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/net/ipv4/ |
| A 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()
|
| A D | tcp_ipv4.c | 2029 nsk = reuseport_migrate_sock(sk, req_to_sk(req), skb); in tcp_v4_rcv()
|
| /linux/net/ipv6/ |
| A D | tcp_ipv6.c | 1688 nsk = reuseport_migrate_sock(sk, req_to_sk(req), skb); in tcp_v6_rcv()
|
| /linux/ |
| A D | vmlinux.symvers | 10890 0x00000000 reuseport_migrate_sock vmlinux EXPORT_SYMBOL
|
| A D | System.map | 51520 ffff800010dc98e0 T reuseport_migrate_sock
|
| A D | .tmp_System.map | 51520 ffff800010dc98e0 T reuseport_migrate_sock
|
Completed in 327 milliseconds