Lines Matching defs:macsec_drv_data
54 struct macsec_drv_data { struct
55 struct driver_wired_common_data common;
56 struct rtnl_link *link;
57 struct nl_cache *link_cache;
58 struct nl_sock *sk;
59 struct macsec_genl_ctx ctx;
61 char ifname[IFNAMSIZ + 1];
62 int ifi;
63 int parent_ifi;
64 int use_pae_group_addr;
66 bool created_link;
68 bool controlled_port_enabled;
69 bool controlled_port_enabled_set;
71 bool protect_frames;
72 bool protect_frames_set;
74 bool encrypt;
75 bool encrypt_set;
77 bool replay_protect;
78 bool replay_protect_set;
81 enum macsec_offload offload;
82 bool offload_set;
85 u32 replay_window;
87 u8 encoding_sa;
88 bool encoding_sa_set;
90 u64 cipher_suite;
91 bool cipher_suite_set;