Lines Matching refs:knetconfig
168 static void free_knconf_contents(struct knetconfig *k);
265 struct knetconfig *knconf) in create_authdh_data()
475 struct knetconfig *knconf; /* transport structure */ in nfs4_copyin()
478 STRUCT_DECL(knetconfig, knconf_tmp); in nfs4_copyin()
705 struct knetconfig *rdma_knconf; /* rdma transport structure */ in nfs4_mount()
1483 struct knetconfig *knconf, *svknconf; in update_servinfo4()
1493 bzero(knconf, sizeof (struct knetconfig)); in update_servinfo4()
2050 struct knetconfig *sknconf, *tknconf; in copy_svp()
2075 svp->sv_knconf = kmem_zalloc(sizeof (struct knetconfig), KM_SLEEP); in copy_svp()
2092 svp->sv_origknconf = kmem_zalloc(sizeof (struct knetconfig), in copy_svp()
4421 free_knconf_contents(struct knetconfig *k) in free_knconf_contents()