Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dmacsec.h192 bool end_station; member
/OK3568_Linux_fs/kernel/drivers/net/
H A Dmacsec.c250 (secy->n_rx_sc > 1 && !tx_sc->end_station && !tx_sc->scb); in send_sci()
306 if (tx_sc->end_station) in macsec_fill_sectag()
3002 nla_put_u8(skb, MACSEC_SECY_ATTR_ES, tx_sc->end_station) || in nla_put_secy()
3737 tx_sc->end_station = !!nla_get_u8(data[IFLA_MACSEC_ES]); in macsec_changelink_common()
3971 secy->tx_sc.end_station = false; in macsec_add_dev()
4230 nla_put_u8(skb, IFLA_MACSEC_ES, tx_sc->end_station) || in macsec_fill_info()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.c356 if (secy->tx_sc.end_station) in aq_set_txsc()