Lines Matching refs:sci_t
86 sci_t sci;
245 #define MACSEC_UNDEF_SCI ((__force sci_t)0xffffffffffffffffULL)
266 static sci_t make_sci(u8 *addr, __be16 port)
268 sci_t sci;
276 static sci_t macsec_frame_sci(struct macsec_eth_header *hdr, bool sci_present)
278 sci_t sci;
449 static void macsec_fill_iv(unsigned char *iv, sci_t sci, u32 pn)
462 static sci_t dev_to_sci(struct net_device *dev, __be16 port)
902 sci_t sci,
1000 static struct macsec_rx_sc *find_rx_sc(struct macsec_secy *secy, sci_t sci)
1012 static struct macsec_rx_sc *find_rx_sc_rtnl(struct macsec_secy *secy, sci_t sci)
1112 sci_t sci;
1413 static struct macsec_rx_sc *del_rx_sc(struct macsec_secy *secy, sci_t sci)
1431 static struct macsec_rx_sc *create_rx_sc(struct net_device *dev, sci_t sci,
1520 static sci_t nla_get_sci(const struct nlattr *nla)
1522 return (__force sci_t)nla_get_u64(nla);
1525 static int nla_put_sci(struct sk_buff *skb, int attrtype, sci_t value,
1588 sci_t sci;
1905 sci_t sci = MACSEC_UNDEF_SCI;
2205 sci_t sci;
3975 static bool sci_exists(struct net_device *dev, sci_t sci)
3988 static int macsec_add_dev(struct net_device *dev, sci_t sci, u8 icv_len)
4037 sci_t sci;