Lines Matching defs:send_sci
258 static bool send_sci(const struct macsec_secy *secy)
262 return tx_sc->send_sci ||
659 sci_present = send_sci(secy);
3049 nla_put_u8(skb, MACSEC_SECY_ATTR_INC_SCI, tx_sc->send_sci) ||
3783 tx_sc->send_sci = !!nla_get_u8(data[IFLA_MACSEC_INC_SCI]);
4019 secy->tx_sc.send_sci = DEFAULT_SEND_SCI;
4062 /* send_sci must be set to true when transmit sci explicitly is set */
4065 u8 send_sci = !!nla_get_u8(data[IFLA_MACSEC_INC_SCI]);
4067 if (!send_sci)
4278 nla_put_u8(skb, IFLA_MACSEC_INC_SCI, tx_sc->send_sci) ||