Searched refs:tci_an (Results 1 – 2 of 2) sorted by relevance
36 u8 tci_an; member457 memset(&h->tci_an, 0, macsec_sectag_len(sci_present)); in macsec_fill_sectag()461 h->tci_an |= MACSEC_TCI_SC; in macsec_fill_sectag()466 h->tci_an |= MACSEC_TCI_ES; in macsec_fill_sectag()468 h->tci_an |= MACSEC_TCI_SCB; in macsec_fill_sectag()475 h->tci_an |= MACSEC_TCI_CONFID; in macsec_fill_sectag()477 h->tci_an |= MACSEC_TCI_C; in macsec_fill_sectag()479 h->tci_an |= tx_sc->encoding_sa; in macsec_fill_sectag()493 int extra_len = macsec_extra_len(!!(h->tci_an & MACSEC_TCI_SC)) + icv_len; in macsec_validate_skb()502 if (h->tci_an & MACSEC_TCI_VERSION) in macsec_validate_skb()[all …]
312 u8 tci_an; member