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