Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/dccp/
H A Dminisocks.c219 int dccp_child_process(struct sock *parent, struct sock *child, in dccp_child_process() function
246 EXPORT_SYMBOL_GPL(dccp_child_process);
H A Ddccp.h279 int dccp_child_process(struct sock *parent, struct sock *child,
H A Dipv4.c855 } else if (dccp_child_process(sk, nsk, skb)) { in dccp_v4_rcv()
H A Dipv6.c756 } else if (dccp_child_process(sk, nsk, skb)) { in dccp_v6_rcv()