Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Drxtimestamp.c125 static int next_port = 19999; variable
290 port = (s->type == SOCK_RAW) ? 0 : next_port++; in run_test_case()
/openbmc/linux/net/ipv4/
H A 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()
H A Dinet_connection_sock.c377 goto next_port; in inet_csk_find_open_port()
389 goto next_port; in inet_csk_find_open_port()
393 next_port: in inet_csk_find_open_port()
H A Dping.c99 goto next_port; in ping_get_port()
105 next_port: in ping_get_port()
/openbmc/linux/drivers/cxl/core/
H A Dregion.c1601 static struct cxl_port *next_port(struct cxl_port *port) in next_port() function
1632 parent = next_port(port); in find_pos_and_ways()
1712 for (iter = port; iter; iter = next_port(iter)) { in cxl_calc_interleave_pos()
/openbmc/linux/drivers/scsi/mpt3sas/
H A 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()