Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Dnfs.c46 #define NFS_RPC_DROP 124 macro
442 return -NFS_RPC_DROP; in rpc_lookup_reply()
472 return -NFS_RPC_DROP; in nfs_mount_reply()
498 return -NFS_RPC_DROP; in nfs_umountall_reply()
522 return -NFS_RPC_DROP; in nfs_lookup_reply()
621 return -NFS_RPC_DROP; in nfs_readlink_reply()
668 return -NFS_RPC_DROP; in nfs_read_reply()
740 if (rpc_lookup_reply(PROG_MOUNT, pkt, len) == -NFS_RPC_DROP) in nfs_handler()
747 if (rpc_lookup_reply(PROG_NFS, pkt, len) == -NFS_RPC_DROP) in nfs_handler()
755 if (reply == -NFS_RPC_DROP) { in nfs_handler()
[all …]