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