]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/net/af_rxrpc.h
rxrpc: Support service upgrade from a kernel service
[mirror_ubuntu-bionic-kernel.git] / include / net / af_rxrpc.h
index 3ac79150291f288351f38ba22cfb85013375ae69..820dd365a08e5185b958516c3e67e1519a6dc790 100644 (file)
@@ -49,12 +49,13 @@ struct rxrpc_call *rxrpc_kernel_begin_call(struct socket *,
                                           unsigned long,
                                           s64,
                                           gfp_t,
-                                          rxrpc_notify_rx_t);
+                                          rxrpc_notify_rx_t,
+                                          bool);
 int rxrpc_kernel_send_data(struct socket *, struct rxrpc_call *,
                           struct msghdr *, size_t,
                           rxrpc_notify_end_tx_t);
 int rxrpc_kernel_recv_data(struct socket *, struct rxrpc_call *,
-                          void *, size_t, size_t *, bool, u32 *);
+                          void *, size_t, size_t *, bool, u32 *, u16 *);
 bool rxrpc_kernel_abort_call(struct socket *, struct rxrpc_call *,
                             u32, int, const char *);
 void rxrpc_kernel_end_call(struct socket *, struct rxrpc_call *);