Searched refs:llid (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/net/mac80211/ |
D | mesh_plink.c | 87 sta->llid = sta->plid = sta->reason = 0; in mesh_plink_fsm_restart() 160 enum plink_frame_type action, u8 *da, __le16 llid, __le16 plid, in mesh_plink_frame_tx() argument 226 memcpy(pos, &llid, 2); in mesh_plink_frame_tx() 274 __le16 llid, plid, reason; in mesh_plink_timer() local 298 llid = sta->llid; in mesh_plink_timer() 317 mesh_plink_frame_tx(sdata, PLINK_OPEN, sta->sta.addr, llid, in mesh_plink_timer() 330 mesh_plink_frame_tx(sdata, PLINK_CLOSE, sta->sta.addr, llid, plid, in mesh_plink_timer() 372 __le16 llid; in mesh_plink_open() local 376 get_random_bytes(&llid, 2); in mesh_plink_open() 377 sta->llid = llid; in mesh_plink_open() [all …]
|
D | sta_info.h | 331 __le16 llid; member
|
D | cfg.c | 387 sinfo->llid = le16_to_cpu(sta->llid); in sta_set_sinfo()
|
/linux-2.6.39/fs/jfs/ |
D | jfs_txnmgr.c | 913 lid_t lid, next, llid, k; in txUnlock() local 964 llid = ((struct linelock *) & tlck->lock)->next; in txUnlock() 965 while (llid) { in txUnlock() 966 linelock = (struct linelock *) lid_to_tlock(llid); in txUnlock() 968 txLockFree(llid); in txUnlock() 969 llid = k; in txUnlock()
|
/linux-2.6.39/include/net/ |
D | cfg80211.h | 506 u16 llid; member
|
/linux-2.6.39/net/wireless/ |
D | nl80211.c | 2030 sinfo->llid); in nl80211_send_station()
|