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()
270 struct rxrpc_peer *rxrpc_kernel_lookup_peer(struct socket *sock, in rxrpc_kernel_lookup_peer()
328 struct rxrpc_call *rxrpc_kernel_begin_call(struct socket *sock, in rxrpc_kernel_begin_call()
401 void rxrpc_kernel_shutdown_call(struct socket *sock, struct rxrpc_call *call) in rxrpc_kernel_shutdown_call()
427 void rxrpc_kernel_put_call(struct socket *sock, struct rxrpc_call *call) in rxrpc_kernel_put_call()
441 bool rxrpc_kernel_check_life(const struct socket *sock, in rxrpc_kernel_check_life()
460 u32 rxrpc_kernel_get_epoch(struct socket *sock, struct rxrpc_call *call) in rxrpc_kernel_get_epoch()
475 struct socket *sock, in rxrpc_kernel_new_call_notification()
495 void rxrpc_kernel_set_max_life(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_set_max_life()
516 static int rxrpc_connect(struct socket *sock, struct sockaddr *addr, in rxrpc_connect()
567 static int rxrpc_sendmsg(struct socket *sock, struct msghdr *m, size_t len) in rxrpc_sendmsg()
658 static int rxrpc_setsockopt(struct socket *sock, int level, int optname, in rxrpc_setsockopt()
757 static int rxrpc_getsockopt(struct socket *sock, int level, int optname, in rxrpc_getsockopt()
785 static __poll_t rxrpc_poll(struct file *file, struct socket *sock, in rxrpc_poll()
812 static int rxrpc_create(struct net *net, struct socket *sock, int protocol, in rxrpc_create()
865 static int rxrpc_shutdown(struct socket *sock, int flags) in rxrpc_shutdown()
968 static int rxrpc_release(struct socket *sock) in rxrpc_release()