• Home
  • Raw
  • Download

Lines Matching defs:sock

129 static int rxrpc_bind(struct socket *sock, struct sockaddr *saddr, int len)  in rxrpc_bind()
208 static int rxrpc_listen(struct socket *sock, int backlog) in rxrpc_listen()
279 struct rxrpc_call *rxrpc_kernel_begin_call(struct socket *sock, in rxrpc_kernel_begin_call()
350 void rxrpc_kernel_end_call(struct socket *sock, struct rxrpc_call *call) in rxrpc_kernel_end_call()
383 bool rxrpc_kernel_check_life(const struct socket *sock, in rxrpc_kernel_check_life()
403 void rxrpc_kernel_probe_life(struct socket *sock, struct rxrpc_call *call) in rxrpc_kernel_probe_life()
419 u32 rxrpc_kernel_get_epoch(struct socket *sock, struct rxrpc_call *call) in rxrpc_kernel_get_epoch()
434 struct socket *sock, in rxrpc_kernel_new_call_notification()
454 void rxrpc_kernel_set_max_life(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_set_max_life()
475 static int rxrpc_connect(struct socket *sock, struct sockaddr *addr, in rxrpc_connect()
525 static int rxrpc_sendmsg(struct socket *sock, struct msghdr *m, size_t len) in rxrpc_sendmsg()
603 static int rxrpc_setsockopt(struct socket *sock, int level, int optname, in rxrpc_setsockopt()
702 static int rxrpc_getsockopt(struct socket *sock, int level, int optname, in rxrpc_getsockopt()
730 static __poll_t rxrpc_poll(struct file *file, struct socket *sock, in rxrpc_poll()
757 static int rxrpc_create(struct net *net, struct socket *sock, int protocol, in rxrpc_create()
810 static int rxrpc_shutdown(struct socket *sock, int flags) in rxrpc_shutdown()
916 static int rxrpc_release(struct socket *sock) in rxrpc_release()