Home
last modified time | relevance | path

Searched refs:ETH_P_MACSEC (Results 1 – 5 of 5) sorted by relevance

/linux/include/uapi/linux/
H A Dif_ether.h99 #define ETH_P_MACSEC 0x88E5 /* 802.1ae MACsec */ macro
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dmacsec_fs.c620 sectag.ethertype = htons(ETH_P_MACSEC); in macsec_fs_tx_create_sectag_header()
1693 MLX5_SET(fte_match_param, spec->match_value, outer_headers.ethertype, ETH_P_MACSEC); in macsec_fs_rx_setup_fte()
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.c702 pre_class_record.eth_type = ETH_P_MACSEC; in aq_set_rxsc()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k_macsec.c335 req->data[1] = FIELD_PREP(MCS_TCAM1_ETYPE_MASK, ETH_P_MACSEC); in cn10k_mcs_write_rx_flowid()
/linux/drivers/net/
H A Dmacsec.c298 h->eth.h_proto = htons(ETH_P_MACSEC); in macsec_fill_sectag()
1136 if (hdr->eth.h_proto != htons(ETH_P_MACSEC)) in macsec_handle_frame()