Home
last modified time | relevance | path

Searched refs:RXRPC_CMD_SEND_DATA (Results 1 – 2 of 2) sorted by relevance

/linux/net/rxrpc/
H A Dsendmsg.c539 if (p->command != RXRPC_CMD_SEND_DATA) in rxrpc_sendmsg_cmsg()
550 if (p->command != RXRPC_CMD_SEND_DATA) in rxrpc_sendmsg_cmsg()
597 if (p->call.tx_total_len != -1 && p->command != RXRPC_CMD_SEND_DATA) in rxrpc_sendmsg_cmsg()
672 .command = RXRPC_CMD_SEND_DATA, in rxrpc_do_sendmsg()
694 if (p.command != RXRPC_CMD_SEND_DATA) in rxrpc_do_sendmsg()
771 case RXRPC_CMD_SEND_DATA: in rxrpc_do_sendmsg()
H A Dar-internal.h909 RXRPC_CMD_SEND_DATA, /* send data message */ enumerator