Home
last modified time | relevance | path

Searched refs:cts (Results 1 – 3 of 3) sorted by relevance

/net/
Dcompat.c233 struct old_timespec32 cts[3]; in put_cmsg_compat() local
255 cts[i].tv_sec = ts[i].tv_sec; in put_cmsg_compat()
256 cts[i].tv_nsec = ts[i].tv_nsec; in put_cmsg_compat()
258 data = &cts; in put_cmsg_compat()
259 len = sizeof(cts[0]) * count; in put_cmsg_compat()
/net/mac80211/
Dtx.c5269 struct ieee80211_cts *cts) in ieee80211_ctstoself_get() argument
5273 cts->frame_control = in ieee80211_ctstoself_get()
5275 cts->duration = ieee80211_ctstoself_duration(hw, vif, in ieee80211_ctstoself_get()
5277 memcpy(cts->ra, hdr->addr1, sizeof(cts->ra)); in ieee80211_ctstoself_get()
Dtrace.h409 __field(bool, cts)
450 __entry->cts = info->use_cts_prot;