Loading net/rxrpc/ar-internal.h +0 −7 Original line number Diff line number Diff line Loading @@ -131,13 +131,6 @@ struct rxrpc_skb_priv { #define rxrpc_skb(__skb) ((struct rxrpc_skb_priv *) &(__skb)->cb) enum rxrpc_command { RXRPC_CMD_SEND_DATA, /* send data message */ RXRPC_CMD_SEND_ABORT, /* request abort generation */ RXRPC_CMD_ACCEPT, /* [server] accept incoming call */ RXRPC_CMD_REJECT_BUSY, /* [server] reject a call as busy */ }; /* * RxRPC security module interface */ Loading net/rxrpc/sendmsg.c +7 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,13 @@ #include <net/af_rxrpc.h> #include "ar-internal.h" enum rxrpc_command { RXRPC_CMD_SEND_DATA, /* send data message */ RXRPC_CMD_SEND_ABORT, /* request abort generation */ RXRPC_CMD_ACCEPT, /* [server] accept incoming call */ RXRPC_CMD_REJECT_BUSY, /* [server] reject a call as busy */ }; /* * wait for space to appear in the transmit/ACK window * - caller holds the socket locked Loading Loading
net/rxrpc/ar-internal.h +0 −7 Original line number Diff line number Diff line Loading @@ -131,13 +131,6 @@ struct rxrpc_skb_priv { #define rxrpc_skb(__skb) ((struct rxrpc_skb_priv *) &(__skb)->cb) enum rxrpc_command { RXRPC_CMD_SEND_DATA, /* send data message */ RXRPC_CMD_SEND_ABORT, /* request abort generation */ RXRPC_CMD_ACCEPT, /* [server] accept incoming call */ RXRPC_CMD_REJECT_BUSY, /* [server] reject a call as busy */ }; /* * RxRPC security module interface */ Loading
net/rxrpc/sendmsg.c +7 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,13 @@ #include <net/af_rxrpc.h> #include "ar-internal.h" enum rxrpc_command { RXRPC_CMD_SEND_DATA, /* send data message */ RXRPC_CMD_SEND_ABORT, /* request abort generation */ RXRPC_CMD_ACCEPT, /* [server] accept incoming call */ RXRPC_CMD_REJECT_BUSY, /* [server] reject a call as busy */ }; /* * wait for space to appear in the transmit/ACK window * - caller holds the socket locked Loading