Lines Matching defs:hostname_len
275 const size_t hostname_len)
282 new = kzalloc(sizeof(*new) + hostname_len + 1, GFP_KERNEL);
296 memcpy(new->sm_name, hostname, hostname_len);
297 new->sm_name[hostname_len] = '\0';
308 * @hostname_len: length of C string
320 const size_t hostname_len)
325 if (hostname && memchr(hostname, '/', hostname_len) != NULL) {
329 (int)hostname_len, hostname);
339 hostname, hostname_len);
364 new = nsm_create_handle(sap, salen, hostname, hostname_len);