Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Dmesh_plink.c79 sta->mesh->llid = sta->mesh->plid = sta->mesh->reason = 0; in mesh_plink_fsm_restart()
208 u8 *da, u16 llid, u16 plid, u16 reason) in mesh_plink_frame_tx() argument
300 put_unaligned_le16(llid, pos); in mesh_plink_frame_tx()
374 sta->sta.addr, sta->mesh->llid, sta->mesh->plid, in mesh_plink_deactivate()
668 sta->mesh->llid, sta->mesh->plid, reason); in mesh_plink_timer()
681 u16 llid) in llid_in_use() argument
692 if (!memcmp(&sta->mesh->llid, &llid, sizeof(llid))) { in llid_in_use()
704 u16 llid; in mesh_get_new_llid() local
707 get_random_bytes(&llid, sizeof(llid)); in mesh_get_new_llid()
708 } while (llid_in_use(sdata, llid)); in mesh_get_new_llid()
[all …]
Dsta_info.h305 u16 llid; member
Dsta_info.c2023 sinfo->llid = sta->mesh->llid; in sta_set_sinfo()
/linux-4.4.14/fs/jfs/
Djfs_txnmgr.c912 lid_t lid, next, llid, k; in txUnlock() local
963 llid = ((struct linelock *) & tlck->lock)->next; in txUnlock()
964 while (llid) { in txUnlock()
965 linelock = (struct linelock *) lid_to_tlock(llid); in txUnlock()
967 txLockFree(llid); in txUnlock()
968 llid = k; in txUnlock()
/linux-4.4.14/net/wireless/
Dtrace.h167 __field(u16, llid) \
183 __entry->llid = sinfo->llid; \
Dnl80211.c3745 PUT_SINFO(LLID, llid, u16); in nl80211_send_station()
/linux-4.4.14/include/net/
Dcfg80211.h1072 u16 llid; member