Lines Matching defs:sock
129 static int rxrpc_bind(struct socket *sock, struct sockaddr *saddr, int len) in rxrpc_bind()
209 static int rxrpc_listen(struct socket *sock, int backlog) in rxrpc_listen()
280 struct rxrpc_call *rxrpc_kernel_begin_call(struct socket *sock, in rxrpc_kernel_begin_call()
352 void rxrpc_kernel_end_call(struct socket *sock, struct rxrpc_call *call) in rxrpc_kernel_end_call()
379 bool rxrpc_kernel_check_life(const struct socket *sock, in rxrpc_kernel_check_life()
394 u32 rxrpc_kernel_get_epoch(struct socket *sock, struct rxrpc_call *call) in rxrpc_kernel_get_epoch()
409 struct socket *sock, in rxrpc_kernel_new_call_notification()
429 void rxrpc_kernel_set_max_life(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_set_max_life()
450 static int rxrpc_connect(struct socket *sock, struct sockaddr *addr, in rxrpc_connect()
501 static int rxrpc_sendmsg(struct socket *sock, struct msghdr *m, size_t len) in rxrpc_sendmsg()
592 static int rxrpc_setsockopt(struct socket *sock, int level, int optname, in rxrpc_setsockopt()
691 static int rxrpc_getsockopt(struct socket *sock, int level, int optname, in rxrpc_getsockopt()
719 static __poll_t rxrpc_poll(struct file *file, struct socket *sock, in rxrpc_poll()
746 static int rxrpc_create(struct net *net, struct socket *sock, int protocol, in rxrpc_create()
799 static int rxrpc_shutdown(struct socket *sock, int flags) in rxrpc_shutdown()
906 static int rxrpc_release(struct socket *sock) in rxrpc_release()