Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfs/
Dsuper.c1211 unsigned short protofamily = AF_UNSPEC; in nfs_parse_mount_options() local
1455 protofamily = AF_INET; in nfs_parse_mount_options()
1458 protofamily = AF_INET6; in nfs_parse_mount_options()
1465 protofamily = AF_INET6; in nfs_parse_mount_options()
1472 protofamily = AF_INET6; in nfs_parse_mount_options()
1644 if (protofamily != AF_UNSPEC && in nfs_parse_mount_options()
1645 protofamily != mnt->nfs_server.address.ss_family) in nfs_parse_mount_options()