Searched refs:tci_an (Results 1 – 2 of 2) sorted by relevance
34 u8 tci_an; member284 memset(&h->tci_an, 0, macsec_sectag_len(sci_present)); in macsec_fill_sectag()288 h->tci_an |= MACSEC_TCI_SC; in macsec_fill_sectag()293 h->tci_an |= MACSEC_TCI_ES; in macsec_fill_sectag()295 h->tci_an |= MACSEC_TCI_SCB; in macsec_fill_sectag()302 h->tci_an |= MACSEC_TCI_CONFID; in macsec_fill_sectag()304 h->tci_an |= MACSEC_TCI_C; in macsec_fill_sectag()306 h->tci_an |= tx_sc->encoding_sa; in macsec_fill_sectag()379 int extra_len = macsec_extra_len(!!(h->tci_an & MACSEC_TCI_SC)) + icv_len; in macsec_validate_skb()388 if (h->tci_an & MACSEC_TCI_VERSION) in macsec_validate_skb()[all …]
312 u8 tci_an; member