Searched refs:send_synack (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/include/net/ |
D | tcp.h | 1652 int (*send_synack)(struct sock *sk, struct dst_entry *dst, member
|
/linux-4.1.27/net/ipv6/ |
D | tcp_ipv6.c | 729 .send_synack = tcp_v6_send_synack,
|
/linux-4.1.27/net/ipv4/ |
D | tcp_ipv4.c | 1224 .send_synack = tcp_v4_send_synack,
|
D | tcp_output.c | 3505 res = af_ops->send_synack(sk, NULL, &fl, req, 0, NULL); in tcp_rtx_synack()
|
D | tcp_input.c | 6210 err = af_ops->send_synack(sk, dst, &fl, req, in tcp_conn_request()
|