Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/rxrpc/
H A Dsendmsg.c550 if (p->command != RXRPC_CMD_SEND_DATA) in rxrpc_sendmsg_cmsg()
561 if (p->command != RXRPC_CMD_SEND_DATA) in rxrpc_sendmsg_cmsg()
608 if (p->call.tx_total_len != -1 && p->command != RXRPC_CMD_SEND_DATA) in rxrpc_sendmsg_cmsg()
679 .command = RXRPC_CMD_SEND_DATA, in rxrpc_do_sendmsg()
701 if (p.command != RXRPC_CMD_SEND_DATA) in rxrpc_do_sendmsg()
777 } else if (p.command != RXRPC_CMD_SEND_DATA) { in rxrpc_do_sendmsg()
H A Dar-internal.h704 RXRPC_CMD_SEND_DATA, /* send data message */ enumerator