Searched refs:iface_list (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | transport_tcp.c | 29 static LIST_HEAD(iface_list); 513 list_for_each_entry(iface, &iface_list, entry) { in ksmbd_netdev_event() 534 list_for_each_entry(iface, &iface_list, entry) { in ksmbd_netdev_event() 583 list_for_each_entry_safe(iface, tmp, &iface_list, entry) { in ksmbd_tcp_destroy() 605 list_add(&iface->entry, &iface_list); in alloc_iface()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | sess.c | 233 iface = list_first_entry(&ses->iface_list, struct cifs_server_iface, in cifs_try_adding_channels() 235 last_iface = list_last_entry(&ses->iface_list, struct cifs_server_iface, in cifs_try_adding_channels() 239 list_for_each_entry_safe_from(iface, niface, &ses->iface_list, in cifs_try_adding_channels() 282 if (list_entry_is_head(iface, &ses->iface_list, iface_head)) { in cifs_try_adding_channels() 283 list_for_each_entry(iface, &ses->iface_list, iface_head) in cifs_try_adding_channels() 399 last_iface = list_last_entry(&ses->iface_list, struct cifs_server_iface, in cifs_chan_update_iface() 404 list_for_each_entry(iface, &ses->iface_list, iface_head) { in cifs_chan_update_iface() 435 if (list_entry_is_head(iface, &ses->iface_list, iface_head)) { in cifs_chan_update_iface()
|
H A D | cifs_debug.c | 557 last_iface = list_last_entry(&ses->iface_list, in cifs_debug_data_proc_show() 563 list_for_each_entry(iface, &ses->iface_list, in cifs_debug_data_proc_show()
|
H A D | misc.c | 82 INIT_LIST_HEAD(&ret_buf->iface_list); in sesInfoAlloc() 108 list_for_each_entry_safe(iface, niface, &buf_to_free->iface_list, in sesInfoFree()
|
H A D | smb2ops.c | 598 * Go through iface_list and mark them as inactive in parse_server_interfaces() 600 list_for_each_entry_safe(iface, niface, &ses->iface_list, in parse_server_interfaces() 668 * The iface_list is assumed to be sorted by speed. in parse_server_interfaces() 674 list_for_each_entry_safe(iface, niface, &ses->iface_list, in parse_server_interfaces() 708 if (!list_entry_is_head(iface, &ses->iface_list, iface_head)) { in parse_server_interfaces() 712 list_add_tail(&info->iface_head, &ses->iface_list); in parse_server_interfaces() 744 list_for_each_entry_safe(iface, niface, &ses->iface_list, in parse_server_interfaces()
|
H A D | cifsglob.h | 1074 struct list_head iface_list; member 1973 * cifs_ses->iface_lock cifs_ses->iface_list sesInfoAlloc
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2ops.c | 440 struct cifs_server_iface **iface_list, in parse_server_interfaces() 454 *iface_list = NULL; in parse_server_interfaces() 489 *iface_list = kcalloc(nb_iface, sizeof(**iface_list), GFP_KERNEL); in parse_server_interfaces() 490 if (!*iface_list) { in parse_server_interfaces() 495 info = *iface_list; in parse_server_interfaces() 564 kfree(*iface_list); in parse_server_interfaces() 566 *iface_list = NULL; in parse_server_interfaces() 585 struct cifs_server_iface *iface_list; in SMB3_request_interfaces() local 603 &iface_list, in SMB3_request_interfaces() 438 parse_server_interfaces(struct network_interface_info_ioctl_rsp *buf, size_t buf_len, struct cifs_server_iface **iface_list, size_t *iface_count) parse_server_interfaces() argument [all...] |
H A D | cifs_debug.c | 453 iface = &ses->iface_list[j]; in cifs_debug_data_proc_show()
|
H A D | misc.c | 110 kfree(buf_to_free->iface_list); in sesInfoFree()
|
H A D | cifsglob.h | 1024 struct cifs_server_iface *iface_list; member
|
H A D | sess.c | 113 ifaces = kmemdup(ses->iface_list, iface_count*sizeof(*ifaces), in cifs_try_adding_channels()
|
Completed in 30 milliseconds