Home
last modified time | relevance | path

Searched refs:ip_str (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/target/iscsi/
Discsi_target_configfs.c161 char *str, *str2, *ip_str, *port_str; in lio_target_call_addnptotpg() local
182 ip_str = str + 1; /* Skip over leading "[" */ in lio_target_call_addnptotpg()
195 ip_str = &buf[0]; in lio_target_call_addnptotpg()
196 port_str = strstr(ip_str, ":"); in lio_target_call_addnptotpg()
206 ret = inet_pton_with_scope(&init_net, AF_UNSPEC, ip_str, in lio_target_call_addnptotpg()