Searched defs:macsec_drv_data (Results 1 – 1 of 1) sorted by relevance
54 struct macsec_drv_data { struct55 struct driver_wired_common_data common;56 struct rtnl_link *link;57 struct nl_cache *link_cache;58 struct nl_sock *sk;59 struct macsec_genl_ctx ctx;61 char ifname[IFNAMSIZ + 1];62 int ifi;63 int parent_ifi;64 int use_pae_group_addr;[all …]