Searched refs:tcp_make_synack (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/net/ipv4/ |
D | tcp_output.c | 3708 struct sk_buff *tcp_make_synack(const struct sock *sk, struct dst_entry *dst, in tcp_make_synack() function 3856 EXPORT_SYMBOL(tcp_make_synack);
|
D | tcp_ipv4.c | 1191 skb = tcp_make_synack(sk, dst, req, foc, synack_type, syn_skb);
|
/linux-6.14.4/net/ipv6/ |
D | tcp_ipv6.c | 542 skb = tcp_make_synack(sk, dst, req, foc, synack_type, syn_skb); in tcp_v6_send_synack()
|
/linux-6.14.4/include/net/ |
D | tcp.h | 475 struct sk_buff *tcp_make_synack(const struct sock *sk, struct dst_entry *dst,
|