Lines Matching refs:net_conf

266 	struct net_conf *nc;
271 nc = rcu_dereference(peer_device->connection->net_conf);
527 t = rcu_dereference(connection->net_conf)->ping_timeo * HZ/10;
593 struct net_conf *nc;
599 nc = rcu_dereference(connection->net_conf);
699 struct net_conf *nc;
703 nc = rcu_dereference(connection->net_conf);
769 struct net_conf *nc;
772 nc = rcu_dereference(connection->net_conf);
816 struct net_conf *nc;
820 nc = rcu_dereference(connection->net_conf);
867 struct net_conf *nc;
875 nc = rcu_dereference(connection->net_conf);
926 struct net_conf *nc;
1035 * sock.socket->sk->sk_sndtimeo = connection->net_conf->timeout*HZ/10;
1040 nc = rcu_dereference(connection->net_conf);
1139 connection->net_conf->discard_my_data = 0;
2405 tp = rcu_dereference(peer_device->connection->net_conf)->two_primaries;
2415 timeout = rcu_dereference(peer_device->connection->net_conf)->ping_timeo*HZ/10;
2590 struct net_conf *nc;
2666 nc = rcu_dereference(peer_device->connection->net_conf);
3066 after_sb_0p = rcu_dereference(peer_device->connection->net_conf)->after_sb_0p;
3142 after_sb_1p = rcu_dereference(peer_device->connection->net_conf)->after_sb_1p;
3199 after_sb_2p = rcu_dereference(peer_device->connection->net_conf)->after_sb_2p;
3494 struct net_conf *nc;
3545 nc = rcu_dereference(peer_device->connection->net_conf);
3672 struct net_conf *nc, *old_net_conf, *new_net_conf = NULL;
3703 nc = rcu_dereference(connection->net_conf);
3772 new_net_conf = kmalloc(sizeof(struct net_conf), GFP_KERNEL);
3774 drbd_err(connection, "Allocation of new net_conf failed\n");
3780 old_net_conf = connection->net_conf;
3789 rcu_assign_pointer(connection->net_conf, new_net_conf);
3887 struct net_conf *old_net_conf, *new_net_conf = NULL;
3933 old_net_conf = peer_device->connection->net_conf;
4022 new_net_conf = kzalloc(sizeof(struct net_conf), GFP_KERNEL);
4024 drbd_err(device, "Allocation of new net_conf failed\n");
4044 rcu_assign_pointer(connection->net_conf, new_net_conf);
5422 struct net_conf *nc;
5428 nc = rcu_dereference(connection->net_conf);
5678 connection->meta.socket->sk->sk_rcvtimeo = connection->net_conf->ping_int*HZ;
5966 struct net_conf *nc;
5969 nc = rcu_dereference(connection->net_conf);
6059 t = rcu_dereference(connection->net_conf)->ping_timeo * HZ/10;
6152 struct net_conf *nc;
6156 nc = rcu_dereference(connection->net_conf);