Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/target/iscsi/
Discsi_target.c280 u16 port, port_e; in iscsit_check_np_match() local
292 port_e = ntohs(sock_in6_e->sin6_port); in iscsit_check_np_match()
301 port_e = ntohs(sock_in_e->sin_port); in iscsit_check_np_match()
304 if (ip_match && (port_e == port) && in iscsit_check_np_match()