Searched refs:llid (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/net/mac80211/ |
D | mesh_plink.c | 58 u8 *da, u16 llid, u16 plid, u16 reason); 80 sta->llid = sta->plid = sta->reason = 0; in mesh_plink_fsm_restart() 251 sta->sta.addr, sta->llid, sta->plid, in mesh_plink_deactivate() 260 u8 *da, u16 llid, u16 plid, u16 reason) in mesh_plink_frame_tx() argument 350 put_unaligned_le16(llid, pos); in mesh_plink_frame_tx() 625 sta->llid, sta->plid, reason); in mesh_plink_timer() 638 u16 llid) in llid_in_use() argument 646 if (!memcmp(&sta->llid, &llid, sizeof(llid))) { in llid_in_use() 658 u16 llid; in mesh_get_new_llid() local 661 get_random_bytes(&llid, sizeof(llid)); in mesh_get_new_llid() [all …]
|
D | sta_info.h | 428 u16 llid; member
|
D | mesh_ps.c | 582 sta->llid); in ieee80211_mps_frame_release()
|
D | sta_info.c | 1954 sinfo->llid = sta->llid; in sta_set_sinfo()
|
/linux-4.1.27/fs/jfs/ |
D | jfs_txnmgr.c | 912 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.1.27/net/wireless/ |
D | trace.h | 167 __field(u16, llid) \ 183 __entry->llid = sinfo->llid; \
|
D | nl80211.c | 3720 PUT_SINFO(LLID, llid, u16); in nl80211_send_station()
|
/linux-4.1.27/include/net/ |
D | cfg80211.h | 1068 u16 llid; member
|