Home
last modified time | relevance | path

Searched refs:MACSEC_TCI_ES (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/net/
H A Dmacsec.h24 #define MACSEC_TCI_ES 0x40 /* end station */ macro
/openbmc/linux/drivers/net/
H A Dmacsec.c303 h->tci_an |= MACSEC_TCI_ES; in macsec_fill_sectag()
402 if ((h->tci_an & MACSEC_TCI_ES || h->tci_an & MACSEC_TCI_SCB) && in macsec_validate_skb()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dmacsec_fs.c628 sectag.tci_an |= MACSEC_TCI_ES; in macsec_fs_tx_create_sectag_header()