Searched refs:send_synack (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/net/ |
D | tcp.h | 1727 int (*send_synack)(const struct sock *sk, struct dst_entry *dst, member
|
/linux-4.4.14/net/ipv6/ |
D | tcp_ipv6.c | 733 .send_synack = tcp_v6_send_synack,
|
/linux-4.4.14/net/ipv4/ |
D | tcp_ipv4.c | 1232 .send_synack = tcp_v4_send_synack,
|
D | tcp_input.c | 6282 af_ops->send_synack(fastopen_sk, dst, &fl, req, in tcp_conn_request() 6293 af_ops->send_synack(sk, dst, &fl, req, in tcp_conn_request()
|
D | tcp_output.c | 3516 res = af_ops->send_synack(sk, NULL, &fl, req, NULL, true); in tcp_rtx_synack()
|