Searched refs:tcp_make_synack (Results 1 – 4 of 4) sorted by relevance
/linux-3.3/net/ipv4/ |
D | tcp_output.c | 2427 struct sk_buff *tcp_make_synack(struct sock *sk, struct dst_entry *dst, in tcp_make_synack() function 2559 EXPORT_SYMBOL(tcp_make_synack);
|
D | tcp_ipv4.c | 790 skb = tcp_make_synack(sk, dst, req, rvp); in tcp_v4_send_synack()
|
/linux-3.3/include/net/ |
D | tcp.h | 432 extern struct sk_buff * tcp_make_synack(struct sock *sk, struct dst_entry *dst,
|
/linux-3.3/net/ipv6/ |
D | tcp_ipv6.c | 510 skb = tcp_make_synack(sk, dst, req, rvp); in tcp_v6_send_synack()
|