Home
last modified time | relevance | path

Searched refs:knetconfig (Results 1 – 25 of 47) sorted by relevance

12

/illumos-gate/usr/src/uts/common/nfs/
H A Dlm.h79 struct knetconfig;
89 extern struct lm_sysid *lm_get_sysid(struct knetconfig *, struct netbuf *,
98 extern void lm_free_config(struct knetconfig *);
H A Dnfs_clnt.h266 struct knetconfig *sv_knconf; /* bound TLI fd */
267 struct knetconfig *sv_origknconf; /* For RDMA save orig knconf */
418 struct knetconfig *mi_klmconfig;
H A Dnfs_sec.h89 extern sec_data_t *nfs_clnt_secdata(seconfig_t *, char *, struct knetconfig *,
H A Dmount.h70 struct knetconfig *knconf; /* transport netconfig struct */
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.h357 struct knetconfig nh_knc; /* (c) */
400 struct knetconfig ns_knc; /* (c) */
514 const char *, struct knetconfig *);
516 int nlm_svc_add_ep(struct file *, const char *, struct knetconfig *);
566 const char *nlm_knc_to_netid(struct knetconfig *);
567 int nlm_knc_from_netid(const char *, struct knetconfig *);
H A Dklmmod.c182 struct knetconfig knc; in lm_svc()
400 lm_free_config(struct knetconfig *knc) in lm_free_config()
427 lm_get_sysid(struct knetconfig *knc, struct netbuf *addr, in lm_get_sysid()
H A Dnlm_impl.c81 struct knetconfig n_knc;
225 static int nlm_init_local_knc(struct knetconfig *);
241 struct knetconfig *, struct netbuf *);
755 nlm_init_local_knc(struct knetconfig *knc) in nlm_init_local_knc()
784 struct knetconfig knc; in nlm_nsm_init_local()
1385 struct knetconfig *knc, struct netbuf *naddr) in nlm_host_create()
1686 struct knetconfig knc; in nlm_host_findcreate()
2337 nlm_svc_add_ep(struct file *fp, const char *netid, struct knetconfig *knc) in nlm_svc_add_ep()
2356 const char *netid, struct knetconfig *knc) in nlm_svc_starting()
2736 nlm_knc_to_netid(struct knetconfig *knc) in nlm_knc_to_netid()
[all …]
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_resolve.h34 extern struct knetconfig *get_knconf(struct netconfig *);
35 extern void free_knconf(struct knetconfig *);
H A Dnfs_resolve.c62 free_knconf(struct knetconfig *k) in free_knconf()
73 struct knetconfig *
77 struct knetconfig *k = NULL; in get_knconf()
84 k = (struct knetconfig *)malloc(sizeof (*k)); in get_knconf()
166 fsl_retp->knconf_len = (sizeof (struct knetconfig) + in get_nfs4ref_info()
/illumos-gate/usr/src/uts/common/rpc/
H A Dauth_des.h150 struct knetconfig *, des_block *, int, AUTH **);
153 extern int rtime(struct knetconfig *, struct netbuf *, int,
H A Dclnt.h218 struct knetconfig { struct
345 extern int clnt_tli_kcreate(struct knetconfig *config, struct netbuf *svcaddr,
349 extern int clnt_tli_kinit(CLIENT *h, struct knetconfig *config,
364 extern int clnt_clts_kcreate(struct knetconfig *config, struct netbuf *addr,
383 struct knetconfig **knconf);
473 extern enum clnt_stat rpcbind_getaddr(struct knetconfig *, rpcprog_t,
H A Dauth.h100 struct knetconfig *knconf; /* knetconfig info that associated */
366 extern int authdes_create(char *, uint_t, struct netbuf *, struct knetconfig *,
447 struct netbuf *, int *, struct knetconfig *, int, AUTH **);
H A Dclnt_gen.c74 struct knetconfig *config, in clnt_tli_kcreate()
176 struct knetconfig *config, in clnt_tli_kinit()
H A Dclnt_clts.c165 static struct endpnt_type *endpnt_type_create(struct knetconfig *);
168 static struct endpnt *endpnt_get(struct knetconfig *, int);
205 struct knetconfig cku_config;
311 clnt_clts_kcreate(struct knetconfig *config, struct netbuf *addr, in clnt_clts_kcreate()
1248 endpnt_type_create(struct knetconfig *config) in endpnt_type_create()
1385 endpnt_get(struct knetconfig *config, int useresvport) in endpnt_get()
H A Drpc_subr.c440 portmap_getport(struct knetconfig *config, rpcprog_t prog, rpcvers_t vers, in portmap_getport()
508 rpcbind_getaddr(struct knetconfig *config, rpcprog_t prog, rpcvers_t vers, in rpcbind_getaddr()
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_des.c73 static bool_t synchronize(struct knetconfig *, struct netbuf *,
89 struct knetconfig ad_synconfig; /* netconfig for the synch host */
106 struct knetconfig *synconfig, des_block *ckey, int calltype, in authdes_create()
428 synchronize(struct knetconfig *synconfig, struct netbuf *syncaddr, int calltype, in synchronize()
H A Dkey_call.c68 struct knetconfig auth_config;
240 struct knetconfig *configp; in key_call()
H A Dsec_clnt.c168 struct knetconfig *knconf; in dh_k4_clnt_loadinfo()
185 (struct knetconfig *)(uintptr_t)data32.knconf; in dh_k4_clnt_loadinfo()
H A Dauthdesubr.c79 rtime(struct knetconfig *synconfig, struct netbuf *addrp, int calltype, in rtime()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c191 static enum clnt_stat pmap_rmt_call(struct knetconfig *, struct netbuf *,
207 static enum clnt_stat mycallrpc(struct knetconfig *, struct netbuf *,
219 struct knetconfig **, int *);
266 static struct knetconfig dl_udp_netconf = {
273 static struct knetconfig dl_tcp_netconf = {
299 struct knetconfig *dl_cf; in mount_root()
586 struct knetconfig *knconf; in ping_prog()
1925 pmap_kgetport(struct knetconfig *knconf, struct netbuf *call_addr, in pmap_kgetport()
2007 pmap_rmt_call(struct knetconfig *knconf, struct netbuf *call_addr, in pmap_rmt_call()
2159 mycallrpc(struct knetconfig *knconf, struct netbuf *call_addr, in mycallrpc()
[all …]
H A Dnfs4_stub_vnops.c145 struct knetconfig *esi_knconf;
229 static enum clnt_stat nfs4_ping_server_common(struct knetconfig *,
1138 struct knetconfig *sikncp, *svkncp; in nfs4_trigger_esi_create_mirrormount()
1631 struct knetconfig *knc; in nfs4_process_referral()
1703 struct knetconfig *sikncp, *svkncp; in nfs4_trigger_esi_create_referral()
1785 struct knetconfig *, sikncp, in nfs4_trigger_esi_create_referral()
3334 nfs4_ping_server_common(struct knetconfig *knc, struct netbuf *addr, int nointr) in nfs4_ping_server_common()
H A Dnfs4_vfsops.c168 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()
[all …]
H A Dnfs4_common.c79 nfs4_tsize(struct knetconfig *knp) in nfs4_tsize()
/illumos-gate/usr/src/uts/common/gssapi/
H A Dgssd_handle.c54 struct knetconfig gss_config;
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dautofs.h72 struct knetconfig fi_knconf; /* netconfig */

12