Home
last modified time | relevance | path

Searched refs:tcp_make_synack (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dtcp_output.c3641 struct sk_buff *tcp_make_synack(const struct sock *sk, struct dst_entry *dst, in tcp_make_synack() function
3749 EXPORT_SYMBOL(tcp_make_synack);
H A Dtcp_ipv4.c1028 skb = tcp_make_synack(sk, dst, req, foc, synack_type, syn_skb); in tcp_v4_send_synack()
/openbmc/linux/net/ipv6/
H A Dtcp_ipv6.c538 skb = tcp_make_synack(sk, dst, req, foc, synack_type, syn_skb); in tcp_v6_send_synack()
/openbmc/linux/include/net/
H A Dtcp.h472 struct sk_buff *tcp_make_synack(const struct sock *sk, struct dst_entry *dst,