Home
last modified time | relevance | path

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

/Linux-v5.4/net/dccp/
Dminisocks.c217 int dccp_child_process(struct sock *parent, struct sock *child, in dccp_child_process() function
243 EXPORT_SYMBOL_GPL(dccp_child_process);
Ddccp.h284 int dccp_child_process(struct sock *parent, struct sock *child,
Dipv4.c849 } else if (dccp_child_process(sk, nsk, skb)) { in dccp_v4_rcv()
Dipv6.c751 } else if (dccp_child_process(sk, nsk, skb)) { in dccp_v6_rcv()