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