Lines Matching defs:macsec_drv_data
50 struct macsec_drv_data { struct
51 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 char ifname[IFNAMSIZ + 1];
58 int ifi;
59 int parent_ifi;
60 int use_pae_group_addr;
62 bool created_link;
64 bool controlled_port_enabled;
65 bool controlled_port_enabled_set;
67 bool protect_frames;
68 bool protect_frames_set;
70 bool encrypt;
71 bool encrypt_set;
73 bool replay_protect;
74 bool replay_protect_set;
76 u32 replay_window;
78 u8 encoding_sa;
79 bool encoding_sa_set;