Searched refs:IFLA_MACSEC_ES (Results 1 – 3 of 3) sorted by relevance
660 IFLA_MACSEC_ES, enumerator
682 IFLA_MACSEC_ES, enumerator
3705 [IFLA_MACSEC_ES] = { .type = NLA_U8 },3766 if (data[IFLA_MACSEC_ES]) in macsec_changelink_common()3767 tx_sc->end_station = !!nla_get_u8(data[IFLA_MACSEC_ES]); in macsec_changelink_common()4205 es = data[IFLA_MACSEC_ES] ? nla_get_u8(data[IFLA_MACSEC_ES]) : false; in macsec_validate_attr()4273 nla_put_u8(skb, IFLA_MACSEC_ES, tx_sc->end_station) || in macsec_fill_info()