Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/dccp/
H A Dproto.c183 int dccp_init_sock(struct sock *sk, const __u8 ctl_sock_initialized) in dccp_init_sock() function
209 EXPORT_SYMBOL_GPL(dccp_init_sock);
H A Ddccp.h286 int dccp_init_sock(struct sock *sk, const __u8 ctl_sock_initialized);
H A Dipv4.c925 int err = dccp_init_sock(sk, dccp_v4_ctl_sock_initialized); in dccp_v4_init_sock()
H A Dipv6.c1004 int err = dccp_init_sock(sk, dccp_v6_ctl_sock_initialized); in dccp_v6_init_sock()