Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:direction

740                 enum sunrpc_msg_type direction;
747 direction = (enum sunrpc_msg_type)EXTRACT_32BITS(&rp->rm_direction);
748 if (dport == NFS_PORT && direction == SUNRPC_CALL) {
753 if (sport == NFS_PORT && direction == SUNRPC_REPLY) {