Searched refs:tci_an (Results 1 – 3 of 3) sorted by relevance
35 u8 tci_an; member313 h->tci_an |= MACSEC_TCI_SC; in macsec_fill_sectag()318 h->tci_an |= MACSEC_TCI_ES; in macsec_fill_sectag()320 h->tci_an |= MACSEC_TCI_SCB; in macsec_fill_sectag()327 h->tci_an |= MACSEC_TCI_CONFID; in macsec_fill_sectag()329 h->tci_an |= MACSEC_TCI_C; in macsec_fill_sectag()331 h->tci_an |= tx_sc->encoding_sa; in macsec_fill_sectag()417 if ((h->tci_an & MACSEC_TCI_ES || h->tci_an & MACSEC_TCI_SCB) && in macsec_validate_skb()418 (h->tci_an & MACSEC_TCI_SC)) in macsec_validate_skb()762 if (hdr->tci_an & MACSEC_TCI_E) in macsec_post_decrypt()[all …]
57 u8 tci_an; member623 sectag.tci_an |= MACSEC_TCI_SC; in macsec_fs_tx_create_sectag_header()628 sectag.tci_an |= MACSEC_TCI_ES; in macsec_fs_tx_create_sectag_header()630 sectag.tci_an |= MACSEC_TCI_SCB; in macsec_fs_tx_create_sectag_header()635 sectag.tci_an |= MACSEC_TCI_CONFID; in macsec_fs_tx_create_sectag_header()637 sectag.tci_an |= MACSEC_TCI_C; in macsec_fs_tx_create_sectag_header()639 sectag.tci_an |= tx_sc->encoding_sa; in macsec_fs_tx_create_sectag_header()1685 u8 tci_an = (sci_present << MLX5_MACSEC_SECTAG_TCI_SC_FIELD_OFFSET) | attrs->assoc_num; in macsec_fs_rx_setup_fte() local1701 tci_an << MLX5_MACSEC_SECTAG_TCI_AN_FIELD_OFFSET); in macsec_fs_rx_setup_fte()
312 u8 tci_an; member
Completed in 47 milliseconds