Searched refs:tcp_make_synack (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_output.c | 3523 struct sk_buff *tcp_make_synack(const struct sock *sk, struct dst_entry *dst, in tcp_make_synack() function 3630 EXPORT_SYMBOL(tcp_make_synack);
|
| H A D | tcp_ipv4.c | 983 skb = tcp_make_synack(sk, dst, req, foc, synack_type, syn_skb); in tcp_v4_send_synack()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | tcp.h | 455 struct sk_buff *tcp_make_synack(const struct sock *sk, struct dst_entry *dst,
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | tcp_ipv6.c | 537 skb = tcp_make_synack(sk, dst, req, foc, synack_type, syn_skb); in tcp_v6_send_synack()
|