Searched refs:tci_an (Results 1 – 3 of 3) sorted by relevance
37 u8 tci_an; member277 } else if ((!(hdr->tci_an & (MACSEC_TCI_ES | MACSEC_TCI_SC))) && in macsec_frame_sci()313 memset(&h->tci_an, 0, macsec_sectag_len(sci_present)); in macsec_fill_sectag()317 h->tci_an |= MACSEC_TCI_SC; in macsec_fill_sectag()322 h->tci_an |= MACSEC_TCI_ES; in macsec_fill_sectag()324 h->tci_an |= MACSEC_TCI_SCB; in macsec_fill_sectag()331 h->tci_an |= MACSEC_TCI_CONFID; in macsec_fill_sectag()333 h->tci_an |= MACSEC_TCI_C; in macsec_fill_sectag()335 h->tci_an |= tx_sc->encoding_sa; in macsec_fill_sectag()408 int extra_len = macsec_extra_len(!!(h->tci_an & MACSEC_TCI_SC)) + icv_len; in macsec_validate_skb()[all …]
53 u8 tci_an; member619 sectag.tci_an |= MACSEC_TCI_SC; in macsec_fs_tx_create_sectag_header()624 sectag.tci_an |= MACSEC_TCI_ES; in macsec_fs_tx_create_sectag_header()626 sectag.tci_an |= MACSEC_TCI_SCB; in macsec_fs_tx_create_sectag_header()631 sectag.tci_an |= MACSEC_TCI_CONFID; in macsec_fs_tx_create_sectag_header()633 sectag.tci_an |= MACSEC_TCI_C; in macsec_fs_tx_create_sectag_header()635 sectag.tci_an |= tx_sc->encoding_sa; in macsec_fs_tx_create_sectag_header()1681 u8 tci_an = (sci_present << MLX5_MACSEC_SECTAG_TCI_SC_FIELD_OFFSET) | attrs->assoc_num; in macsec_fs_rx_setup_fte() local1697 tci_an << MLX5_MACSEC_SECTAG_TCI_AN_FIELD_OFFSET); in macsec_fs_rx_setup_fte()
312 u8 tci_an; member