Searched refs:tci_an (Results 1 – 2 of 2) sorted by relevance
35 u8 tci_an; member298 memset(&h->tci_an, 0, macsec_sectag_len(sci_present)); in macsec_fill_sectag()302 h->tci_an |= MACSEC_TCI_SC; in macsec_fill_sectag()307 h->tci_an |= MACSEC_TCI_ES; in macsec_fill_sectag()309 h->tci_an |= MACSEC_TCI_SCB; in macsec_fill_sectag()316 h->tci_an |= MACSEC_TCI_CONFID; in macsec_fill_sectag()318 h->tci_an |= MACSEC_TCI_C; in macsec_fill_sectag()320 h->tci_an |= tx_sc->encoding_sa; in macsec_fill_sectag()393 int extra_len = macsec_extra_len(!!(h->tci_an & MACSEC_TCI_SC)) + icv_len; in macsec_validate_skb()402 if (h->tci_an & MACSEC_TCI_VERSION) in macsec_validate_skb()[all …]
312 u8 tci_an; member