Home
last modified time | relevance | path

Searched refs:dsn (Results 1 – 7 of 7) sorted by relevance

/net/mac80211/
Dmesh_hwmp.c322 if (DSN_GT(mpath->dsn, orig_dsn) || in hwmp_route_info_get()
323 (mpath->dsn == orig_dsn && in hwmp_route_info_get()
344 mpath->dsn = orig_dsn; in hwmp_route_info_get()
424 dst_dsn = ++ifmsh->dsn; in hwmp_preq_frame_process()
432 DSN_LT(mpath->dsn, dst_dsn)) { in hwmp_preq_frame_process()
433 mpath->dsn = dst_dsn; in hwmp_preq_frame_process()
439 dst_dsn = mpath->dsn; in hwmp_preq_frame_process()
566 DSN_GT(dst_dsn, mpath->dsn))) { in hwmp_perr_frame_process()
568 mpath->dsn = dst_dsn; in hwmp_perr_frame_process()
732 ++ifmsh->dsn; in mesh_path_start_discovery()
[all …]
Dmesh_pathtbl.c367 ++mpath->dsn; in mesh_plink_broken()
370 cpu_to_le32(mpath->dsn), in mesh_plink_broken()
504 u32 dsn = 0; in mesh_path_discard_frame() local
513 dsn = ++mpath->dsn; in mesh_path_discard_frame()
514 mesh_path_error_tx(skb->data, cpu_to_le32(dsn), ra, sdata); in mesh_path_discard_frame()
549 mpath->dsn = 0xffff; in mesh_path_fix_nexthop()
Dmesh.h80 u32 dsn; member
Dcfg.c921 pinfo->dsn = mpath->dsn; in mpath_set_pinfo()
Dmesh.c627 ifmsh->dsn = 0; in ieee80211_mesh_init_sdata()
Dieee80211_i.h342 u32 dsn; member
/net/wireless/
Dnl80211.c1526 pinfo->dsn); in nl80211_send_mpath()