Lines Matching refs:rxrpc_call
17 struct rxrpc_call;
31 typedef void (*rxrpc_notify_rx_t)(struct sock *, struct rxrpc_call *,
33 typedef void (*rxrpc_notify_end_tx_t)(struct sock *, struct rxrpc_call *,
35 typedef void (*rxrpc_notify_new_call_t)(struct sock *, struct rxrpc_call *,
37 typedef void (*rxrpc_discard_new_call_t)(struct rxrpc_call *, unsigned long);
38 typedef void (*rxrpc_user_attach_call_t)(struct rxrpc_call *, unsigned long);
43 struct rxrpc_call *rxrpc_kernel_begin_call(struct socket *sock,
54 int rxrpc_kernel_send_data(struct socket *, struct rxrpc_call *,
57 int rxrpc_kernel_recv_data(struct socket *, struct rxrpc_call *,
59 bool rxrpc_kernel_abort_call(struct socket *, struct rxrpc_call *,
61 void rxrpc_kernel_shutdown_call(struct socket *sock, struct rxrpc_call *call);
62 void rxrpc_kernel_put_call(struct socket *sock, struct rxrpc_call *call);
63 void rxrpc_kernel_get_peer(struct socket *, struct rxrpc_call *,
65 bool rxrpc_kernel_get_srtt(struct socket *, struct rxrpc_call *, u32 *);
69 void rxrpc_kernel_set_tx_length(struct socket *, struct rxrpc_call *, s64);
70 bool rxrpc_kernel_check_life(const struct socket *, const struct rxrpc_call *);
71 u32 rxrpc_kernel_get_epoch(struct socket *, struct rxrpc_call *);
72 void rxrpc_kernel_set_max_life(struct socket *, struct rxrpc_call *,