Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/
Dmacsec.c252 struct macsec_tx_sc tx_sc; member
406 const struct macsec_tx_sc *tx_sc = &secy->tx_sc; in send_sci() local
408 return tx_sc->send_sci || in send_sci()
409 (secy->n_rx_sc > 1 && !tx_sc->end_station && !tx_sc->scb); in send_sci()
455 const struct macsec_tx_sc *tx_sc = &secy->tx_sc; in macsec_fill_sectag() local
465 if (tx_sc->end_station) in macsec_fill_sectag()
467 if (tx_sc->scb) in macsec_fill_sectag()
474 if (tx_sc->encrypt) in macsec_fill_sectag()
479 h->tci_an |= tx_sc->encoding_sa; in macsec_fill_sectag()
568 static void macsec_count_tx(struct sk_buff *skb, struct macsec_tx_sc *tx_sc, in macsec_count_tx() argument
[all …]