Searched refs:RPC_MSG_ACCEPTED (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/include/linux/sunrpc/ | ||
D | msg_prot.h | 49 RPC_MSG_ACCEPTED = 0, enumerator |
/linux-4.1.27/net/sunrpc/ | ||
D | clnt.c | 2264 if ((n = ntohl(*p++)) != RPC_MSG_ACCEPTED) { in rpc_verify_header() |