Searched defs:macsec_secy (Results 1 – 1 of 1) sorted by relevance
235 struct macsec_secy { struct236 struct net_device *netdev;237 unsigned int n_rx_sc;238 sci_t sci;239 u16 key_len;240 u16 icv_len;241 enum macsec_validation_type validate_frames;242 bool xpn;243 bool operational;244 bool protect_frames;[all …]