Searched refs:IFLA_MACSEC_SCI (Results 1 – 3 of 3) sorted by relevance
449 IFLA_MACSEC_SCI, enumerator
2979 [IFLA_MACSEC_SCI] = { .type = NLA_U64 },3084 data[IFLA_MACSEC_SCI] || in macsec_changelink()3261 if (data && data[IFLA_MACSEC_SCI]) in macsec_newlink()3262 sci = nla_get_sci(data[IFLA_MACSEC_SCI]); in macsec_newlink()3417 if (nla_put_sci(skb, IFLA_MACSEC_SCI, secy->sci, in macsec_fill_info()