Searched refs:tci_an (Results 1 – 2 of 2) sorted by relevance
35 u8 tci_an; member297 memset(&h->tci_an, 0, macsec_sectag_len(sci_present)); in macsec_fill_sectag()301 h->tci_an |= MACSEC_TCI_SC; in macsec_fill_sectag()306 h->tci_an |= MACSEC_TCI_ES; in macsec_fill_sectag()308 h->tci_an |= MACSEC_TCI_SCB; in macsec_fill_sectag()315 h->tci_an |= MACSEC_TCI_CONFID; in macsec_fill_sectag()317 h->tci_an |= MACSEC_TCI_C; in macsec_fill_sectag()319 h->tci_an |= tx_sc->encoding_sa; in macsec_fill_sectag()392 int extra_len = macsec_extra_len(!!(h->tci_an & MACSEC_TCI_SC)) + icv_len; in macsec_validate_skb()401 if (h->tci_an & MACSEC_TCI_VERSION) in macsec_validate_skb()[all …]
312 u8 tci_an; member