Searched refs:sectag (Results 1 – 1 of 1) sorted by relevance
460 struct mlx5_sectag_header sectag = {}; in macsec_fs_tx_create_sectag_header() local464 sectag.ethertype = htons(ETH_P_MACSEC); in macsec_fs_tx_create_sectag_header()467 sectag.tci_an |= MACSEC_TCI_SC; in macsec_fs_tx_create_sectag_header()468 memcpy(§ag.sci, &secy->sci, in macsec_fs_tx_create_sectag_header()469 sizeof(sectag.sci)); in macsec_fs_tx_create_sectag_header()472 sectag.tci_an |= MACSEC_TCI_ES; in macsec_fs_tx_create_sectag_header()474 sectag.tci_an |= MACSEC_TCI_SCB; in macsec_fs_tx_create_sectag_header()479 sectag.tci_an |= MACSEC_TCI_CONFID; in macsec_fs_tx_create_sectag_header()481 sectag.tci_an |= MACSEC_TCI_C; in macsec_fs_tx_create_sectag_header()483 sectag.tci_an |= tx_sc->encoding_sa; in macsec_fs_tx_create_sectag_header()[all …]
Completed in 5 milliseconds