• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/

Lines Matching defs:ifmsh

473 	struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh;
495 if (time_after(jiffies, ifmsh->last_sn_update +
497 time_before(jiffies, ifmsh->last_sn_update)) {
498 target_sn = ++ifmsh->sn;
499 ifmsh->last_sn_update = jiffies;
525 ttl = ifmsh->mshcfg.dot11MeshTTL;
534 ifmsh->mshstats.dropped_frames_ttl++;
544 ifmsh->mshstats.dropped_frames_ttl++;
558 ifmsh->mshstats.fwded_mcast++;
559 ifmsh->mshstats.fwded_frames++;
632 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh;
643 ifmsh->mshstats.dropped_frames_ttl++;
676 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh;
686 ifmsh->mshstats.dropped_frames_ttl++;
782 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh;
791 spin_lock(&ifmsh->mesh_preq_queue_lock);
792 if (ifmsh->preq_queue_len == MAX_PREQ_QUEUE_LEN) {
793 spin_unlock(&ifmsh->mesh_preq_queue_lock);
803 list_add_tail(&preq_node->list, &ifmsh->preq_queue.list);
804 ++ifmsh->preq_queue_len;
805 spin_unlock(&ifmsh->mesh_preq_queue_lock);
807 if (time_after(jiffies, ifmsh->last_preq + min_preq_int_jiff(sdata)))
810 else if (time_before(jiffies, ifmsh->last_preq)) {
814 ifmsh->last_preq = jiffies - min_preq_int_jiff(sdata) - 1;
817 mod_timer(&ifmsh->mesh_path_timer, ifmsh->last_preq +
828 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh;
834 spin_lock_bh(&ifmsh->mesh_preq_queue_lock);
835 if (!ifmsh->preq_queue_len ||
836 time_before(jiffies, ifmsh->last_preq +
838 spin_unlock_bh(&ifmsh->mesh_preq_queue_lock);
842 preq_node = list_first_entry(&ifmsh->preq_queue.list,
845 --ifmsh->preq_queue_len;
846 spin_unlock_bh(&ifmsh->mesh_preq_queue_lock);
871 ifmsh->last_preq = jiffies;
873 if (time_after(jiffies, ifmsh->last_sn_update +
875 time_before(jiffies, ifmsh->last_sn_update)) {
876 ++ifmsh->sn;
894 cpu_to_le32(ifmsh->sn), target_flags, mpath->dst,
897 cpu_to_le32(ifmsh->preq_id++), sdata);
1011 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh;
1014 cpu_to_le32(++ifmsh->sn),