Lines Matching defs:sk
77 void dccp_set_state(struct sock *sk, const int state) in dccp_set_state()
117 static void dccp_finish_passive_close(struct sock *sk) in dccp_finish_passive_close()
135 void dccp_done(struct sock *sk) in dccp_done()
173 int dccp_init_sock(struct sock *sk, const __u8 ctl_sock_initialized) in dccp_init_sock()
200 void dccp_destroy_sock(struct sock *sk) in dccp_destroy_sock()
234 static inline int dccp_listen_start(struct sock *sk, int backlog) in dccp_listen_start()
251 int dccp_disconnect(struct sock *sk, int flags) in dccp_disconnect()
313 struct sock *sk = sock->sk; in dccp_poll() local
360 int dccp_ioctl(struct sock *sk, int cmd, unsigned long arg) in dccp_ioctl()
396 static int dccp_setsockopt_service(struct sock *sk, const __be32 service, in dccp_setsockopt_service()
431 static int dccp_setsockopt_cscov(struct sock *sk, int cscov, bool rx) in dccp_setsockopt_cscov()
467 static int dccp_setsockopt_ccid(struct sock *sk, int type, in dccp_setsockopt_ccid()
492 static int do_dccp_setsockopt(struct sock *sk, int level, int optname, in do_dccp_setsockopt()
558 int dccp_setsockopt(struct sock *sk, int level, int optname, in dccp_setsockopt()
571 int compat_dccp_setsockopt(struct sock *sk, int level, int optname, in compat_dccp_setsockopt()
583 static int dccp_getsockopt_service(struct sock *sk, int len, in dccp_getsockopt_service()
611 static int do_dccp_getsockopt(struct sock *sk, int level, int optname, in do_dccp_getsockopt()
679 int dccp_getsockopt(struct sock *sk, int level, int optname, in dccp_getsockopt()
692 int compat_dccp_getsockopt(struct sock *sk, int level, int optname, in compat_dccp_getsockopt()
745 int dccp_sendmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg, in dccp_sendmsg()
810 int dccp_recvmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg, in dccp_recvmsg()
920 struct sock *sk = sock->sk; in inet_dccp_listen() local
956 static void dccp_terminate_connection(struct sock *sk) in dccp_terminate_connection()
983 void dccp_close(struct sock *sk, long timeout) in dccp_close()
1078 void dccp_shutdown(struct sock *sk, int how) in dccp_shutdown()