Home
last modified time | relevance | path

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

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