Lines Matching refs:net_conf
267 struct net_conf *nc;
272 nc = rcu_dereference(peer_device->connection->net_conf);
528 t = rcu_dereference(connection->net_conf)->ping_timeo * HZ/10;
594 struct net_conf *nc;
600 nc = rcu_dereference(connection->net_conf);
700 struct net_conf *nc;
704 nc = rcu_dereference(connection->net_conf);
770 struct net_conf *nc;
773 nc = rcu_dereference(connection->net_conf);
817 struct net_conf *nc;
821 nc = rcu_dereference(connection->net_conf);
868 struct net_conf *nc;
876 nc = rcu_dereference(connection->net_conf);
927 struct net_conf *nc;
1039 * sock.socket->sk->sk_sndtimeo = connection->net_conf->timeout*HZ/10;
1044 nc = rcu_dereference(connection->net_conf);
1143 connection->net_conf->discard_my_data = 0;
2375 tp = rcu_dereference(peer_device->connection->net_conf)->two_primaries;
2385 timeout = rcu_dereference(peer_device->connection->net_conf)->ping_timeo*HZ/10;
2558 struct net_conf *nc;
2632 nc = rcu_dereference(peer_device->connection->net_conf);
3027 after_sb_0p = rcu_dereference(peer_device->connection->net_conf)->after_sb_0p;
3103 after_sb_1p = rcu_dereference(peer_device->connection->net_conf)->after_sb_1p;
3160 after_sb_2p = rcu_dereference(peer_device->connection->net_conf)->after_sb_2p;
3456 struct net_conf *nc;
3507 nc = rcu_dereference(peer_device->connection->net_conf);
3634 struct net_conf *nc, *old_net_conf, *new_net_conf = NULL;
3665 nc = rcu_dereference(connection->net_conf);
3734 new_net_conf = kmalloc(sizeof(struct net_conf), GFP_KERNEL);
3740 old_net_conf = connection->net_conf;
3749 rcu_assign_pointer(connection->net_conf, new_net_conf);
3846 struct net_conf *old_net_conf, *new_net_conf = NULL;
3893 old_net_conf = peer_device->connection->net_conf;
3981 new_net_conf = kzalloc(sizeof(struct net_conf), GFP_KERNEL);
4001 rcu_assign_pointer(connection->net_conf, new_net_conf);
5374 struct net_conf *nc;
5380 nc = rcu_dereference(connection->net_conf);
5627 connection->meta.socket->sk->sk_rcvtimeo = connection->net_conf->ping_int*HZ;
5917 struct net_conf *nc;
5920 nc = rcu_dereference(connection->net_conf);
6010 t = rcu_dereference(connection->net_conf)->ping_timeo * HZ/10;
6103 struct net_conf *nc;
6107 nc = rcu_dereference(connection->net_conf);