Searched refs:formatted_ipaddr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/ |
H A D | ql4_os.c | 2994 char formatted_ipaddr[DDB_IPADDR_LEN]; in qla4xxx_match_ipaddress() local 3004 ret = sprintf(formatted_ipaddr, "%pI6", dst_ipaddr); in qla4xxx_match_ipaddress() 3012 ret = sprintf(formatted_ipaddr, "%pI4", dst_ipaddr); in qla4xxx_match_ipaddress() 3015 if (strcmp(existing_ipaddr, formatted_ipaddr)) in qla4xxx_match_ipaddress()
|
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/ |
H A D | ql4_os.c | 2989 char formatted_ipaddr[DDB_IPADDR_LEN]; in qla4xxx_match_ipaddress() local 2999 ret = sprintf(formatted_ipaddr, "%pI6", dst_ipaddr); in qla4xxx_match_ipaddress() 3007 ret = sprintf(formatted_ipaddr, "%pI4", dst_ipaddr); in qla4xxx_match_ipaddress() 3010 if (strcmp(existing_ipaddr, formatted_ipaddr)) in qla4xxx_match_ipaddress()
|
Completed in 21 milliseconds