Searched refs:tcp_make_synack (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/net/ipv6/ |
H A D | tcp_ipv6.c | 457 skb = tcp_make_synack(sk, dst, req, foc); tcp_v6_send_synack()
|
/linux-4.1.27/net/ipv4/ |
H A D | tcp_output.c | 2940 * tcp_make_synack - Prepare a SYN-ACK. 2948 struct sk_buff *tcp_make_synack(struct sock *sk, struct dst_entry *dst, tcp_make_synack() function 3028 EXPORT_SYMBOL(tcp_make_synack); variable
|
H A D | tcp_ipv4.c | 839 skb = tcp_make_synack(sk, dst, req, foc); tcp_v4_send_synack()
|
/linux-4.1.27/include/net/ |
H A D | tcp.h | 464 struct sk_buff *tcp_make_synack(struct sock *sk, struct dst_entry *dst,
|
Completed in 419 milliseconds