Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:sfp

1402 	struct nfsv3_fsinfo *sfp;
1414 sfp = (struct nfsv3_fsinfo *)dp;
1415 ND_TCHECK(*sfp);
1417 EXTRACT_32BITS(&sfp->fs_rtmax),
1418 EXTRACT_32BITS(&sfp->fs_rtpref),
1419 EXTRACT_32BITS(&sfp->fs_wtmax),
1420 EXTRACT_32BITS(&sfp->fs_wtpref),
1421 EXTRACT_32BITS(&sfp->fs_dtpref)));
1424 EXTRACT_32BITS(&sfp->fs_rtmult),
1425 EXTRACT_32BITS(&sfp->fs_wtmult),
1426 EXTRACT_64BITS((uint32_t *)&sfp->fs_maxfilesize)));
1428 EXTRACT_32BITS(&sfp->fs_timedelta.nfsv3_sec),
1429 EXTRACT_32BITS(&sfp->fs_timedelta.nfsv3_nsec)));