Searched refs:nla_put_sci (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ |
H A D | macsec.c | 1519 static int nla_put_sci(struct sk_buff *skb, int attrtype, sci_t value, in nla_put_sci() function 3060 if (nla_put_sci(skb, MACSEC_SECY_ATTR_SCI, secy->sci, in nla_put_secy() 3219 nla_put_sci(skb, MACSEC_RXSC_ATTR_SCI, rx_sc->sci, in dump_secy() 4407 if (nla_put_sci(skb, IFLA_MACSEC_SCI, secy->sci, in macsec_fill_info()
|