Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/networking/timestamping/
Drxtimestamp.c119 static int next_port = 19999; variable
273 int port = (s.type == SOCK_RAW) ? 0 : next_port++; in run_test_case()
/Linux-v4.19/drivers/thunderbolt/
Dswitch.c650 u8 next_port = route; /* in get_switch_at_route() local
656 if (next_port > sw->config.max_port_number) in get_switch_at_route()
658 if (tb_is_upstream_port(&sw->ports[next_port])) in get_switch_at_route()
660 if (!sw->ports[next_port].remote) in get_switch_at_route()
662 return get_switch_at_route(sw->ports[next_port].remote->sw, in get_switch_at_route()
/Linux-v4.19/net/ipv4/
Dinet_hashtables.c725 goto next_port; in __inet_hash_connect()
730 goto next_port; in __inet_hash_connect()
743 next_port: in __inet_hash_connect()
Dinet_connection_sock.c225 goto next_port; in inet_csk_find_open_port()
229 next_port: in inet_csk_find_open_port()
Dping.c104 goto next_port; in ping_get_port()
110 next_port: in ping_get_port()
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dmlx5_ib.h702 atomic_t next_port; member
Dqp.c3006 &dev->roce[p].next_port) % in __mlx5_ib_modify_qp()
/Linux-v4.19/drivers/scsi/mpt3sas/
Dmpt3sas_scsih.c9789 struct _sas_port *mpt3sas_port, *next_port; in scsih_remove() local
9833 list_for_each_entry_safe(mpt3sas_port, next_port, in scsih_remove()