Home
last modified time | relevance | path

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

/Linux-v6.1/net/dccp/
Dminisocks.c220 int dccp_child_process(struct sock *parent, struct sock *child, in dccp_child_process() function
247 EXPORT_SYMBOL_GPL(dccp_child_process);
Ddccp.h274 int dccp_child_process(struct sock *parent, struct sock *child,
Dipv4.c870 } else if (dccp_child_process(sk, nsk, skb)) { in dccp_v4_rcv()
Dipv6.c766 } else if (dccp_child_process(sk, nsk, skb)) { in dccp_v6_rcv()