net_conf
struct net_conf *nc;
nc = rcu_dereference(first_peer_device(device)->connection->net_conf);
struct net_conf *net_conf; /* content protected by rcu */
has_net_conf = rcu_dereference(connection->net_conf);
use_rle = rcu_dereference(first_peer_device(device)->connection->net_conf)->use_rle;
connection->ko_count = rcu_dereference(connection->net_conf)->ko_count;
D_ASSERT(device, first_peer_device(device)->connection->net_conf == NULL);
struct net_conf *nc;
nc = rcu_dereference(first_peer_device(device)->connection->net_conf);
struct net_conf *nc;
nc = rcu_dereference(peer_device->connection->net_conf);
struct net_conf *nc;
nc = rcu_dereference(connection->net_conf);
uuid_flags |= rcu_dereference(peer_device->connection->net_conf)->discard_my_data ? 1 : 0;
struct net_conf *nc;
nc = rcu_dereference(connection->net_conf);
_check_net_options(struct drbd_connection *connection, struct net_conf *old_net_conf, struct net_conf *new_net_conf)
check_net_options(struct drbd_connection *connection, struct net_conf *new_net_conf)
rv = _check_net_options(connection, rcu_dereference(connection->net_conf), new_net_conf);
alloc_crypto(struct crypto *crypto, struct net_conf *new_net_conf)
struct net_conf *old_net_conf, *new_net_conf = NULL;
new_net_conf = kzalloc_obj(struct net_conf);
old_net_conf = connection->net_conf;
rcu_assign_pointer(connection->net_conf, new_net_conf);
struct net_conf *old_net_conf, *new_net_conf = NULL;
old_net_conf = connection->net_conf;
rcu_assign_pointer(connection->net_conf, new_net_conf);
struct net_conf *net_conf;
net_conf = rcu_dereference(connection->net_conf);
if (net_conf) {
err = net_conf_to_skb(skb, net_conf);
struct net_conf *nc;
nc = rcu_dereference(first_peer_device(device)->connection->net_conf);
struct net_conf nc_clean = *nc;
struct net_conf *nc;
nc = rcu_dereference(connection->net_conf);
struct net_conf *nc;
nc = rcu_dereference(connection->net_conf);
nc = connection->net_conf;
int net_conf_from_attrs(struct net_conf *s,
int net_conf_to_skb(struct sk_buff *skb, struct net_conf *s)
void set_net_conf_defaults(struct net_conf *x)
static int __net_conf_from_attrs(struct net_conf *s,
int net_conf_from_attrs(struct net_conf *s, struct genl_info *info);
int net_conf_to_skb(struct sk_buff *skb, struct net_conf *s);
void set_net_conf_defaults(struct net_conf *x);
struct net_conf *nc;
nc = rcu_dereference(first_peer_device(device)->connection->net_conf);
struct net_conf *nc;
nc = rcu_dereference(peer_device->connection->net_conf);
tp = rcu_dereference(peer_device->connection->net_conf)->two_primaries;
timeout = rcu_dereference(peer_device->connection->net_conf)->ping_timeo*HZ/10;
struct net_conf *nc;
nc = rcu_dereference(peer_device->connection->net_conf);
after_sb_0p = rcu_dereference(peer_device->connection->net_conf)->after_sb_0p;
after_sb_1p = rcu_dereference(peer_device->connection->net_conf)->after_sb_1p;
after_sb_2p = rcu_dereference(peer_device->connection->net_conf)->after_sb_2p;
struct net_conf *nc;
nc = rcu_dereference(peer_device->connection->net_conf);
t = rcu_dereference(connection->net_conf)->ping_timeo * HZ/10;
struct net_conf *nc, *old_net_conf, *new_net_conf = NULL;
nc = rcu_dereference(connection->net_conf);
new_net_conf = kmalloc_obj(struct net_conf);
old_net_conf = connection->net_conf;
rcu_assign_pointer(connection->net_conf, new_net_conf);
struct net_conf *old_net_conf, *new_net_conf = NULL;
old_net_conf = peer_device->connection->net_conf;
new_net_conf = kzalloc_obj(struct net_conf);
rcu_assign_pointer(connection->net_conf, new_net_conf);
struct net_conf *nc;
nc = rcu_dereference(connection->net_conf);
struct net_conf *nc;
nc = rcu_dereference(connection->net_conf);
struct net_conf *nc;
nc = rcu_dereference(connection->net_conf);
connection->meta.socket->sk->sk_rcvtimeo = connection->net_conf->ping_int*HZ;
struct net_conf *nc;
nc = rcu_dereference(connection->net_conf);
t = rcu_dereference(connection->net_conf)->ping_timeo * HZ/10;
struct net_conf *nc;
nc = rcu_dereference(connection->net_conf);
struct net_conf *nc;
nc = rcu_dereference(connection->net_conf);
struct net_conf *nc;
nc = rcu_dereference(connection->net_conf);
struct net_conf *nc;
nc = rcu_dereference(connection->net_conf);
struct net_conf *nc;
nc = rcu_dereference(connection->net_conf);
connection->net_conf->discard_my_data = 0;
struct net_conf *nc;
nc = rcu_dereference(connection->net_conf);
struct net_conf *nc;
nc = rcu_dereference(connection->net_conf);
nc = rcu_dereference(connection->net_conf);
struct net_conf *nc;
nc = rcu_dereference(connection->net_conf);
struct net_conf *old_conf;
old_conf = connection->net_conf;
RCU_INIT_POINTER(connection->net_conf, NULL);
struct net_conf *nc;
nc = rcu_dereference(first_peer_device(device)->connection->net_conf);
csums_after_crash_only = rcu_dereference(connection->net_conf)->csums_after_crash_only;
struct net_conf *nc;
nc = rcu_dereference(connection->net_conf);
struct net_conf *nc;
nc = rcu_dereference(connection->net_conf);
nc = rcu_dereference(connection->net_conf);