Lines Matching defs:sock
130 static int rxrpc_bind(struct socket *sock, struct sockaddr *saddr, int len) in rxrpc_bind()
210 static int rxrpc_listen(struct socket *sock, int backlog) in rxrpc_listen()
281 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()
398 u32 rxrpc_kernel_get_epoch(struct socket *sock, struct rxrpc_call *call) in rxrpc_kernel_get_epoch()
413 struct socket *sock, in rxrpc_kernel_new_call_notification()
433 void rxrpc_kernel_set_max_life(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_set_max_life()
454 static int rxrpc_connect(struct socket *sock, struct sockaddr *addr, in rxrpc_connect()
505 static int rxrpc_sendmsg(struct socket *sock, struct msghdr *m, size_t len) in rxrpc_sendmsg()
596 static int rxrpc_setsockopt(struct socket *sock, int level, int optname, in rxrpc_setsockopt()
695 static int rxrpc_getsockopt(struct socket *sock, int level, int optname, in rxrpc_getsockopt()
723 static __poll_t rxrpc_poll(struct file *file, struct socket *sock, in rxrpc_poll()
750 static int rxrpc_create(struct net *net, struct socket *sock, int protocol, in rxrpc_create()
803 static int rxrpc_shutdown(struct socket *sock, int flags) in rxrpc_shutdown()
906 static int rxrpc_release(struct socket *sock) in rxrpc_release()