IFLA_MACSEC_SCB
[IFLA_MACSEC_SCB] = NLA_POLICY_MAX(NLA_U8, 1),
if (data[IFLA_MACSEC_SCB])
tx_sc->scb = !!nla_get_u8(data[IFLA_MACSEC_SCB]);
scb = nla_get_u8_default(data[IFLA_MACSEC_SCB], false);
nla_put_u8(skb, IFLA_MACSEC_SCB, tx_sc->scb) ||