Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
Dtcp_minisocks.c829 int tcp_child_process(struct sock *parent, struct sock *child, in tcp_child_process() function
857 EXPORT_SYMBOL(tcp_child_process);
Dtcp_ipv4.c1697 if (tcp_child_process(sk, nsk, skb)) { in tcp_v4_do_rcv()
2025 } else if (tcp_child_process(sk, nsk, skb)) { in tcp_v4_rcv()
/kernel/linux/linux-5.10/net/ipv6/
Dtcp_ipv6.c1515 if (tcp_child_process(sk, nsk, skb)) in tcp_v6_do_rcv()
1692 } else if (tcp_child_process(sk, nsk, skb)) { in tcp_v6_rcv()
/kernel/linux/linux-5.10/include/net/
Dtcp.h377 int tcp_child_process(struct sock *parent, struct sock *child,