Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dmacsec.h20 #define MACSEC_SCI_LEN 8 macro
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dmacsec_fs.c46 #define MLX5_SECTAG_HEADER_SIZE_WITH_SCI (MLX5_SECTAG_HEADER_SIZE_WITHOUT_SCI + MACSEC_SCI_LEN)
60 u8 sci[MACSEC_SCI_LEN]; /* optional */
641 *reformat_size = MLX5_MACSEC_TAG_LEN + (sci_present ? MACSEC_SCI_LEN : 0); in macsec_fs_tx_create_sectag_header()
804 char reformatbf[MLX5_MACSEC_TAG_LEN + MACSEC_SCI_LEN]; in macsec_fs_tx_add_rule()
/openbmc/linux/drivers/net/
H A Dmacsec.c261 return MACSEC_TAG_LEN + (sci_present ? MACSEC_SCI_LEN : 0); in macsec_sectag_len()