Searched refs:IFLA_MACSEC_ES (Results 1 – 3 of 3) sorted by relevance
660 IFLA_MACSEC_ES, enumerator
681 IFLA_MACSEC_ES, enumerator
3695 [IFLA_MACSEC_ES] = { .type = NLA_U8 },3753 if (data[IFLA_MACSEC_ES]) in macsec_changelink_common()3754 tx_sc->end_station = !!nla_get_u8(data[IFLA_MACSEC_ES]); in macsec_changelink_common()4185 es = data[IFLA_MACSEC_ES] ? nla_get_u8(data[IFLA_MACSEC_ES]) : false; in macsec_validate_attr()4253 nla_put_u8(skb, IFLA_MACSEC_ES, tx_sc->end_station) || in macsec_fill_info()