Lines Matching full:sa
63 * struct macsec_key - SA key
125 * @stats: per-SA stats
156 * @sa: array of secure associations
163 struct macsec_rx_sa __rcu *sa[MACSEC_NUM_AN]; member
176 * @stats: per-SA stats
195 * @encoding_sa: association number of the SA currently in use
200 * @sa: array of secure associations
211 struct macsec_tx_sa __rcu *sa[MACSEC_NUM_AN]; member
257 * @update_pn: when updating the SA, update the next PN
258 * @assoc_num: association number of the target SA
259 * @key: key of the target SA
260 * @rx_sa: pointer to an RX SA if a RX SA is added/updated/removed
261 * @tx_sa: pointer to an TX SA if a TX SA is added/updated/removed
263 * @tx_sa_stats: pointer to TX SA stats structure
265 * @rx_sa_stats: pointer to RX SA stats structure
285 } sa; member
308 * @mdo_add_rxsa: called when a new RX SA is added
309 * @mdo_upd_rxsa: called when a certain RX SA is updated
310 * @mdo_del_rxsa: called when a certain RX SA is removed
311 * @mdo_add_txsa: called when a new TX SA is added
312 * @mdo_upd_txsa: called when a certain TX SA is updated
313 * @mdo_del_txsa: called when a certain TX SA is removed
316 * @mdo_get_tx_sa_stats: called when TX SA stats are read
318 * @mdo_get_rx_sa_stats: called when RX SA stats are read