Lines Matching defs:macsec_drv_data
56 struct macsec_drv_data { struct
57 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;
68 bool created_link;
70 bool controlled_port_enabled;
71 bool controlled_port_enabled_set;
73 bool protect_frames;
74 bool protect_frames_set;
76 bool encrypt;
77 bool encrypt_set;
79 bool replay_protect;
80 bool replay_protect_set;
83 enum macsec_offload offload;
84 bool offload_set;
87 u32 replay_window;
89 u8 encoding_sa;
90 bool encoding_sa_set;
92 u64 cipher_suite;
93 bool cipher_suite_set;