netcred
i = sizeof(struct netcred) + argp->ex_addrlen + argp->ex_masklen;
np = (struct netcred *) malloc(i, M_NETADDR, M_WAITOK | M_ZERO);
if (rn == NULL || np != (struct netcred *)rn) { /* already exists */
cred = ((struct netcred *)rn)->netc_anon;
static struct netcred *
struct netcred *np = NULL;
np = (struct netcred *) (*rnh->rnh_matchaddr)(saddr, &rnh->rh);
struct netcred *np;
static struct netcred *vfs_export_lookup(struct mount *, struct sockaddr *);
struct netcred *np;
struct netcred ne_defexported; /* Default export */