Searched defs:macsec_drv_data (Results 1 – 1 of 1) sorted by relevance
50 struct macsec_drv_data { struct51 struct driver_wired_common_data common;52 struct rtnl_link *link;53 struct nl_cache *link_cache;54 struct nl_sock *sk;55 struct macsec_genl_ctx ctx;57 struct netlink_data *netlink;58 struct nl_handle *nl;59 char ifname[IFNAMSIZ + 1];60 int ifi;[all …]