/kernel/linux/linux-5.10/net/rds/ |
H A D | transport.c | 47 static struct rds_transport *transports[RDS_TRANS_COUNT]; variable 56 if (transports[trans->t_type]) in rds_trans_register() 60 transports[trans->t_type] = trans; in rds_trans_register() 72 transports[trans->t_type] = NULL; in rds_trans_unregister() 102 trans = transports[i]; in rds_trans_get_preferred() 121 trans = transports[t_type]; in rds_trans_get() 127 trans = transports[t_type]; in rds_trans_get() 157 trans = transports[i]; in rds_trans_stats_info_copy()
|
/kernel/linux/linux-6.6/net/rds/ |
H A D | transport.c | 47 static struct rds_transport *transports[RDS_TRANS_COUNT]; variable 56 if (transports[trans->t_type]) in rds_trans_register() 60 transports[trans->t_type] = trans; in rds_trans_register() 72 transports[trans->t_type] = NULL; in rds_trans_unregister() 102 trans = transports[i]; in rds_trans_get_preferred() 121 trans = transports[t_type]; in rds_trans_get() 127 trans = transports[t_type]; in rds_trans_get() 157 trans = transports[i]; in rds_trans_stats_info_copy()
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | associola.c | 375 transport = list_entry(pos, struct sctp_transport, transports); in sctp_association_free() 497 list_del_rcu(&peer->transports); in sctp_assoc_rm_peer() 503 transport = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_rm_peer() 605 /* An UNKNOWN state is only set on transports added by in sctp_assoc_add_peer() 606 * user in sctp_connectx() call. Such transports should be in sctp_assoc_add_peer() 713 list_add_tail_rcu(&peer->transports, &asoc->peer.transport_addr_list); in sctp_assoc_add_peer() 741 transport = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_del_peer() 757 /* Cycle through all transports searching for a peer address. */ in sctp_assoc_lookup_paddr() 760 transports) { in sctp_assoc_lookup_paddr() 768 /* Remove all transports excep [all...] |
H A D | proc.c | 121 transports) { in sctp_seq_dump_remote_addrs() 317 transports) { in sctp_remaddr_seq_show()
|
H A D | outqueue.c | 214 transports) { in __sctp_outq_teardown() 438 transports) { in sctp_prsctp_prune() 784 /* These transports have chunks to send. */ 807 * transports created. in sctp_outq_select_transport() 853 /* Are we switching transports? Take care of transport locks. */ in sctp_outq_select_transport() 865 /* We've switched transports, so apply the in sctp_outq_select_transport() 984 /* Switch transports & prepare the packet. */ in sctp_outq_flush_rtx() 1247 list_for_each_entry(transport, transport_list, transports) in sctp_outq_sack() 1282 transports) { in sctp_outq_sack() 1311 list_for_each_entry(transport, transport_list, transports) { in sctp_outq_sack() [all...] |
H A D | sm_sideeffect.c | 692 list_for_each_entry(t, &asoc->peer.transport_addr_list, transports) in sctp_cmd_hb_timers_start() 704 transports) { in sctp_cmd_hb_timers_stop() 717 transports) { in sctp_cmd_t3_rtx_timers_stop() 1006 * transports. 1015 t = list_entry(pos, struct sctp_transport, transports); in sctp_cmd_del_non_primary() 1574 * all transports have been tried at the current in sctp_cmd_interpreter() 1589 * all transports have been tried at the current in sctp_cmd_interpreter() 1600 transports) { in sctp_cmd_interpreter() 1627 transports) { in sctp_cmd_interpreter()
|
H A D | sm_make_chunk.c | 836 * generation is, if its 0, reset the transports to 0, and reset in sctp_make_sack() 845 transports) in sctp_make_sack() 2380 /* Walk list of transports, removing transports in the UNKNOWN state. */ in sctp_process_init() 2382 transport = list_entry(pos, struct sctp_transport, transports); in sctp_process_init() 2430 transports) { in sctp_process_init() 2473 transport = list_entry(pos, struct sctp_transport, transports); in sctp_process_init() 3341 transports) { in sctp_asconf_param_success() 3355 transports) { in sctp_asconf_param_success()
|
H A D | transport.c | 73 INIT_LIST_HEAD(&peer->transports); in sctp_transport_init()
|
H A D | diag.c | 108 transports) { in inet_diag_msg_sctpaddrs_fill() 353 /* find the ep only once through the transports by this condition */ in sctp_sock_filter()
|
H A D | socket.c | 173 list_for_each_entry(t, &asoc->peer.transport_addr_list, transports) in sctp_for_each_tx_datachunk() 641 &asoc->peer.transport_addr_list, transports) { in sctp_send_asconf_add_ip() 886 /* Update the route and saddr entries for all the transports in sctp_send_asconf_del_ip() 891 transports) { in sctp_send_asconf_del_ip() 2569 transports) { in sctp_apply_peer_addr_params() 2594 transports) { in sctp_apply_peer_addr_params() 2679 transports) { in sctp_setsockopt_peer_addr_params() 2719 transports) { in sctp_apply_asoc_delayed_ack() 3159 transports) { in sctp_setsockopt_associnfo() 3866 * transports i [all...] |
H A D | sm_statefuns.c | 1328 list_for_each_entry(addr, list, transports) { in list_has_sctp_addr() 1359 transports) { in sctp_sf_check_restart_addrs()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | associola.c | 376 transport = list_entry(pos, struct sctp_transport, transports); in sctp_association_free() 498 list_del_rcu(&peer->transports); in sctp_assoc_rm_peer() 504 transport = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_rm_peer() 606 /* An UNKNOWN state is only set on transports added by in sctp_assoc_add_peer() 607 * user in sctp_connectx() call. Such transports should be in sctp_assoc_add_peer() 719 list_add_tail_rcu(&peer->transports, &asoc->peer.transport_addr_list); in sctp_assoc_add_peer() 747 transport = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_del_peer() 763 /* Cycle through all transports searching for a peer address. */ in sctp_assoc_lookup_paddr() 766 transports) { in sctp_assoc_lookup_paddr() 774 /* Remove all transports excep [all...] |
H A D | proc.c | 121 transports) { in sctp_seq_dump_remote_addrs() 315 transports) { in sctp_remaddr_seq_show()
|
H A D | outqueue.c | 214 transports) { in __sctp_outq_teardown() 438 transports) { in sctp_prsctp_prune() 791 /* These transports have chunks to send. */ 814 * transports created. in sctp_outq_select_transport() 860 /* Are we switching transports? Take care of transport locks. */ in sctp_outq_select_transport() 872 /* We've switched transports, so apply the in sctp_outq_select_transport() 1000 /* Switch transports & prepare the packet. */ in sctp_outq_flush_rtx() 1269 list_for_each_entry(transport, transport_list, transports) in sctp_outq_sack() 1304 transports) { in sctp_outq_sack() 1337 list_for_each_entry(transport, transport_list, transports) { in sctp_outq_sack() [all...] |
H A D | sm_sideeffect.c | 724 list_for_each_entry(t, &asoc->peer.transport_addr_list, transports) in sctp_cmd_hb_timers_start() 736 transports) { in sctp_cmd_hb_timers_stop() 749 transports) { in sctp_cmd_t3_rtx_timers_stop() 1015 * transports. 1024 t = list_entry(pos, struct sctp_transport, transports); in sctp_cmd_del_non_primary() 1579 * all transports have been tried at the current in sctp_cmd_interpreter() 1594 * all transports have been tried at the current in sctp_cmd_interpreter() 1605 transports) { in sctp_cmd_interpreter() 1632 transports) { in sctp_cmd_interpreter()
|
H A D | sm_make_chunk.c | 836 * generation is, if its 0, reset the transports to 0, and reset in sctp_make_sack() 845 transports) in sctp_make_sack() 2426 /* Walk list of transports, removing transports in the UNKNOWN state. */ in sctp_process_init() 2428 transport = list_entry(pos, struct sctp_transport, transports); in sctp_process_init() 2476 transports) { in sctp_process_init() 2519 transport = list_entry(pos, struct sctp_transport, transports); in sctp_process_init() 3379 transports) { in sctp_asconf_param_success() 3393 transports) { in sctp_asconf_param_success()
|
H A D | socket.c | 175 list_for_each_entry(t, &asoc->peer.transport_addr_list, transports) in sctp_for_each_tx_datachunk() 643 &asoc->peer.transport_addr_list, transports) { in sctp_send_asconf_add_ip() 888 /* Update the route and saddr entries for all the transports in sctp_send_asconf_del_ip() 893 transports) { in sctp_send_asconf_del_ip() 2575 transports) { in sctp_apply_peer_addr_params() 2600 transports) { in sctp_apply_peer_addr_params() 2685 transports) { in sctp_setsockopt_peer_addr_params() 2725 transports) { in sctp_apply_asoc_delayed_ack() 3165 transports) { in sctp_setsockopt_associnfo() 3872 * transports i [all...] |
H A D | diag.c | 108 transports) { in inet_diag_msg_sctpaddrs_fill() 347 /* find the ep only once through the transports by this condition */ in sctp_sock_filter()
|
H A D | transport.c | 73 INIT_LIST_HEAD(&peer->transports); in sctp_transport_init()
|
H A D | sm_statefuns.c | 1377 list_for_each_entry(addr, list, transports) { in list_has_sctp_addr() 1408 transports) { in sctp_sf_check_restart_addrs()
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | net_kern.c | 541 static LIST_HEAD(transports); 582 list_add(&new->list, &transports); in register_transport() 608 list_for_each(ele, &transports) { in eth_setup_common()
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | net_kern.c | 542 static LIST_HEAD(transports); 583 list_add(&new->list, &transports); in register_transport() 609 list_for_each(ele, &transports) { in eth_setup_common()
|
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | structs.h | 115 /* This is the hash of all transports. */ 768 /* A list of transports. */ 769 struct list_head transports; member 871 * transport? We use this to check for idle transports 942 /* This is the list of transports that have chunks to send. */ 1791 * will be inherited by all new transports. 1795 /* This is the max_retrans value for new transports in the
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | structs.h | 115 /* This is the hash of all transports. */ 775 /* A list of transports. */ 776 struct list_head transports; member 879 * transport? We use this to check for idle transports 955 /* This is the list of transports that have chunks to send. */ 1814 * will be inherited by all new transports. 1821 /* This is the max_retrans value for new transports in the
|