Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/target/iscsi/
Discsi_target_configfs.c169 char *str, *str2, *ip_str, *port_str; in lio_target_call_addnptotpg() local
191 ip_str = str + 1; /* Skip over leading "[" */ in lio_target_call_addnptotpg()
204 ip_str = &buf[0]; in lio_target_call_addnptotpg()
205 port_str = strstr(ip_str, ":"); in lio_target_call_addnptotpg()
215 ret = inet_pton_with_scope(&init_net, AF_UNSPEC, ip_str, in lio_target_call_addnptotpg()