Lines Matching refs:socket
16 struct socket;
53 void rxrpc_kernel_set_notifications(struct socket *sock,
55 struct rxrpc_call *rxrpc_kernel_begin_call(struct socket *sock,
67 int rxrpc_kernel_send_data(struct socket *, struct rxrpc_call *,
70 int rxrpc_kernel_recv_data(struct socket *, struct rxrpc_call *,
72 bool rxrpc_kernel_abort_call(struct socket *, struct rxrpc_call *,
74 void rxrpc_kernel_shutdown_call(struct socket *sock, struct rxrpc_call *call);
75 void rxrpc_kernel_put_call(struct socket *sock, struct rxrpc_call *call);
76 struct rxrpc_peer *rxrpc_kernel_lookup_peer(struct socket *sock,
80 struct rxrpc_peer *rxrpc_kernel_get_call_peer(struct socket *sock, struct rxrpc_call *call);
86 int rxrpc_kernel_charge_accept(struct socket *sock, rxrpc_notify_rx_t notify_rx,
89 void rxrpc_kernel_set_tx_length(struct socket *, struct rxrpc_call *, s64);
90 bool rxrpc_kernel_check_life(const struct socket *, const struct rxrpc_call *);
99 struct sk_buff *rxrpc_kernel_dequeue_oob(struct socket *sock,