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()
282 struct rxrpc_call *rxrpc_kernel_begin_call(struct socket *sock, in rxrpc_kernel_begin_call()
355 void rxrpc_kernel_shutdown_call(struct socket *sock, struct rxrpc_call *call) in rxrpc_kernel_shutdown_call()
381 void rxrpc_kernel_put_call(struct socket *sock, struct rxrpc_call *call) in rxrpc_kernel_put_call()
395 bool rxrpc_kernel_check_life(const struct socket *sock, in rxrpc_kernel_check_life()
414 u32 rxrpc_kernel_get_epoch(struct socket *sock, struct rxrpc_call *call) in rxrpc_kernel_get_epoch()
429 struct socket *sock, in rxrpc_kernel_new_call_notification()
449 void rxrpc_kernel_set_max_life(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_set_max_life()
470 static int rxrpc_connect(struct socket *sock, struct sockaddr *addr, in rxrpc_connect()
521 static int rxrpc_sendmsg(struct socket *sock, struct msghdr *m, size_t len) in rxrpc_sendmsg()
612 static int rxrpc_setsockopt(struct socket *sock, int level, int optname, in rxrpc_setsockopt()
711 static int rxrpc_getsockopt(struct socket *sock, int level, int optname, in rxrpc_getsockopt()
739 static __poll_t rxrpc_poll(struct file *file, struct socket *sock, in rxrpc_poll()
766 static int rxrpc_create(struct net *net, struct socket *sock, int protocol, in rxrpc_create()
819 static int rxrpc_shutdown(struct socket *sock, int flags) in rxrpc_shutdown()
922 static int rxrpc_release(struct socket *sock) in rxrpc_release()