Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/net/
Drxtimestamp.c125 static int next_port = 19999; variable
290 port = (s->type == SOCK_RAW) ? 0 : next_port++; in run_test_case()
/Linux-v6.6/net/ipv4/
Dinet_hashtables.c1062 goto next_port; in __inet_hash_connect()
1067 goto next_port; in __inet_hash_connect()
1081 next_port: in __inet_hash_connect()
Dinet_connection_sock.c374 goto next_port; in inet_csk_find_open_port()
386 goto next_port; in inet_csk_find_open_port()
390 next_port: in inet_csk_find_open_port()
Dping.c99 goto next_port; in ping_get_port()
105 next_port: in ping_get_port()
/Linux-v6.6/drivers/cxl/core/
Dregion.c1483 static struct cxl_port *next_port(struct cxl_port *port) in next_port() function
1542 for (iter_a = port_a; iter_a; iter_a = next_port(iter_a)) { in cmp_decode_pos()
1545 next_a = next_port(iter_a); in cmp_decode_pos()
1549 for (iter_b = port_b; iter_b; iter_b = next_port(iter_b)) { in cmp_decode_pos()
1550 next_b = next_port(iter_b); in cmp_decode_pos()
/Linux-v6.6/drivers/scsi/mpt3sas/
Dmpt3sas_scsih.c11265 struct _sas_port *mpt3sas_port, *next_port; in scsih_remove() local
11323 list_for_each_entry_safe(mpt3sas_port, next_port, in scsih_remove()