Searched refs:tcp_make_synack (Results 1 – 3 of 3) sorted by relevance
/net/ipv4/ |
D | tcp_output.c | 3310 struct sk_buff *tcp_make_synack(const struct sock *sk, struct dst_entry *dst, in tcp_make_synack() function 3410 EXPORT_SYMBOL(tcp_make_synack);
|
D | tcp_ipv4.c | 955 skb = tcp_make_synack(sk, dst, req, foc, synack_type); in tcp_v4_send_synack()
|
/net/ipv6/ |
D | tcp_ipv6.c | 520 skb = tcp_make_synack(sk, dst, req, foc, synack_type); in tcp_v6_send_synack()
|