Searched refs:tci_an (Results 1 – 2 of 2) sorted by relevance
32 u8 tci_an; member452 memset(&h->tci_an, 0, macsec_sectag_len(sci_present)); in macsec_fill_sectag()456 h->tci_an |= MACSEC_TCI_SC; in macsec_fill_sectag()461 h->tci_an |= MACSEC_TCI_ES; in macsec_fill_sectag()463 h->tci_an |= MACSEC_TCI_SCB; in macsec_fill_sectag()470 h->tci_an |= MACSEC_TCI_CONFID; in macsec_fill_sectag()472 h->tci_an |= MACSEC_TCI_C; in macsec_fill_sectag()474 h->tci_an |= tx_sc->encoding_sa; in macsec_fill_sectag()488 int extra_len = macsec_extra_len(!!(h->tci_an & MACSEC_TCI_SC)) + icv_len; in macsec_validate_skb()497 if (h->tci_an & MACSEC_TCI_VERSION) in macsec_validate_skb()[all …]
312 u8 tci_an; member