Searched refs:IFLA_MACSEC_ES (Results 1 – 3 of 3) sorted by relevance
1217 IFLA_MACSEC_ES, enumerator
1220 IFLA_MACSEC_ES, enumerator
3772 [IFLA_MACSEC_ES] = NLA_POLICY_MAX(NLA_U8, 1),3832 if (data[IFLA_MACSEC_ES]) in macsec_changelink_common()3833 tx_sc->end_station = !!nla_get_u8(data[IFLA_MACSEC_ES]); in macsec_changelink_common()4270 es = nla_get_u8_default(data[IFLA_MACSEC_ES], false); in macsec_validate_attr()4352 nla_put_u8(skb, IFLA_MACSEC_ES, tx_sc->end_station) || in macsec_fill_info()