Home
last modified time | relevance | path

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

/linux-6.15/drivers/block/drbd/
H A Ddrbd_receiver.c267 struct net_conf *nc; in drbd_alloc_pages()
594 struct net_conf *nc; in drbd_try_connect()
700 struct net_conf *nc; in prepare_listen_socket()
770 struct net_conf *nc; in drbd_wait_for_connect()
817 struct net_conf *nc; in receive_first_packet()
868 struct net_conf *nc; in connection_established()
927 struct net_conf *nc; in conn_connect()
2558 struct net_conf *nc; in receive_Data()
3456 struct net_conf *nc; in drbd_sync_handshake()
5374 struct net_conf *nc; in drbd_do_auth()
[all …]
H A Ddrbd_nl.c621 struct net_conf *nc; in drbd_set_role()
725 nc = connection->net_conf; in drbd_set_role()
1733 struct net_conf *nc; in drbd_adm_attach()
2229 …k_net_options(struct drbd_connection *connection, struct net_conf *old_net_conf, struct net_conf *… in _check_net_options()
2384 old_net_conf = connection->net_conf; in drbd_adm_net_opts()
2582 old_net_conf = connection->net_conf; in drbd_adm_connect()
3519 struct net_conf *net_conf; in drbd_adm_dump_connections() local
3524 net_conf = rcu_dereference(connection->net_conf); in drbd_adm_dump_connections()
3525 if (net_conf) { in drbd_adm_dump_connections()
3741 struct net_conf *nc; in nla_put_status_info()
[all …]
H A Ddrbd_proc.c220 struct net_conf *nc; in drbd_seq_show()
269 nc = rcu_dereference(first_peer_device(device)->connection->net_conf); in drbd_seq_show()
H A Ddrbd_req.c566 struct net_conf *nc; in __req_mod()
588 nc = rcu_dereference(connection->net_conf); in __req_mod()
701 nc = rcu_dereference(connection->net_conf); in __req_mod()
987 struct net_conf *nc; in maybe_pull_ahead()
992 nc = rcu_dereference(connection->net_conf); in maybe_pull_ahead()
1705 struct net_conf *nc; in request_timer_fn()
1712 nc = rcu_dereference(connection->net_conf); in request_timer_fn()
H A Ddrbd_int.h630 struct net_conf *net_conf; /* content protected by rcu */ member
708 has_net_conf = rcu_dereference(connection->net_conf); in has_net_conf()
2059 struct net_conf *nc; in drbd_get_max_buffers()
2063 nc = rcu_dereference(first_peer_device(device)->connection->net_conf); in drbd_get_max_buffers()
H A Ddrbd_worker.c1722 csums_after_crash_only = rcu_dereference(connection->net_conf)->csums_after_crash_only; in use_checksum_based_resync()
1891 struct net_conf *nc; in drbd_start_resync()
1895 nc = rcu_dereference(connection->net_conf); in drbd_start_resync()
2088 struct net_conf *nc; in wait_for_work()
2102 nc = rcu_dereference(connection->net_conf); in wait_for_work()
2157 nc = rcu_dereference(connection->net_conf); in wait_for_work()
H A Ddrbd_main.c705 struct net_conf *nc; in drbd_send_sync_param()
714 nc = rcu_dereference(peer_device->connection->net_conf); in drbd_send_sync_param()
757 struct net_conf *nc; in __drbd_send_protocol()
766 nc = rcu_dereference(connection->net_conf); in __drbd_send_protocol()
832 uuid_flags |= rcu_dereference(peer_device->connection->net_conf)->discard_my_data ? 1 : 0; in _drbd_send_uuids()
1102 use_rle = rcu_dereference(first_peer_device(device)->connection->net_conf)->use_rle; in fill_bitmap_rle_bits()
1820 connection->ko_count = rcu_dereference(connection->net_conf)->ko_count; in drbd_send()
2028 D_ASSERT(device, first_peer_device(device)->connection->net_conf == NULL); in drbd_device_cleanup()
3680 struct net_conf *nc; in drbd_wait_misc()
3685 nc = rcu_dereference(first_peer_device(device)->connection->net_conf); in drbd_wait_misc()
H A Ddrbd_state.c829 struct net_conf *nc; in is_valid_state()
838 nc = rcu_dereference(first_peer_device(device)->connection->net_conf); in is_valid_state()
2066 struct net_conf *old_conf; in w_after_conn_state_ch()
2076 old_conf = connection->net_conf; in w_after_conn_state_ch()
2079 RCU_INIT_POINTER(connection->net_conf, NULL); in w_after_conn_state_ch()
/linux-6.15/include/linux/
H A Ddrbd_genl.h145 GENL_struct(DRBD_NLA_NET_CONF, 5, net_conf,