Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/
Dmacsec.c248 struct macsec_tx_sc tx_sc; member
401 const struct macsec_tx_sc *tx_sc = &secy->tx_sc; in send_sci() local
403 return tx_sc->send_sci || in send_sci()
404 (secy->n_rx_sc > 1 && !tx_sc->end_station && !tx_sc->scb); in send_sci()
450 const struct macsec_tx_sc *tx_sc = &secy->tx_sc; in macsec_fill_sectag() local
460 if (tx_sc->end_station) in macsec_fill_sectag()
462 if (tx_sc->scb) in macsec_fill_sectag()
469 if (tx_sc->encrypt) in macsec_fill_sectag()
474 h->tci_an |= tx_sc->encoding_sa; in macsec_fill_sectag()
563 static void macsec_count_tx(struct sk_buff *skb, struct macsec_tx_sc *tx_sc, in macsec_count_tx() argument
[all …]