Searched refs:ra (Results 1 – 5 of 5) sorted by relevance
/include/linux/ |
D | ipv6.h | 106 __be16 ra; member
|
D | ieee80211.h | 1100 u8 ra[ETH_ALEN]; member 1107 u8 ra[ETH_ALEN]; member 1239 __u8 ra[ETH_ALEN]; member
|
D | fs.h | 899 static inline int ra_has_index(struct file_ra_state *ra, pgoff_t index) in ra_has_index() argument 901 return (index >= ra->start && in ra_has_index() 902 index < ra->start + ra->size); in ra_has_index() 2872 file_ra_state_init(struct file_ra_state *ra, struct address_space *mapping);
|
D | mm.h | 2109 struct file_ra_state *ra, 2115 struct file_ra_state *ra,
|
/include/net/ |
D | mac80211.h | 4950 void ieee80211_start_tx_ba_cb_irqsafe(struct ieee80211_vif *vif, const u8 *ra, 4976 void ieee80211_stop_tx_ba_cb_irqsafe(struct ieee80211_vif *vif, const u8 *ra, 5349 void ieee80211_send_bar(struct ieee80211_vif *vif, u8 *ra, u16 tid, u16 ssn);
|