Lines Matching refs:sci_t
75 sci_t sci;
236 #define MACSEC_UNDEF_SCI ((__force sci_t)0xffffffffffffffffULL)
249 static sci_t make_sci(const u8 *addr, __be16 port)
251 sci_t sci;
259 static sci_t macsec_frame_sci(struct macsec_eth_header *hdr, bool sci_present)
261 sci_t sci;
432 static void macsec_fill_iv(unsigned char *iv, sci_t sci, u32 pn)
869 sci_t sci,
967 static struct macsec_rx_sc *find_rx_sc(struct macsec_secy *secy, sci_t sci)
979 static struct macsec_rx_sc *find_rx_sc_rtnl(struct macsec_secy *secy, sci_t sci)
1095 sci_t sci;
1396 static struct macsec_rx_sc *del_rx_sc(struct macsec_secy *secy, sci_t sci)
1414 static struct macsec_rx_sc *create_rx_sc(struct net_device *dev, sci_t sci,
1503 static sci_t nla_get_sci(const struct nlattr *nla)
1505 return (__force sci_t)nla_get_u64(nla);
1508 static int nla_put_sci(struct sk_buff *skb, int attrtype, sci_t value,
1571 sci_t sci;
1874 sci_t sci = MACSEC_UNDEF_SCI;
2174 sci_t sci;
3962 static bool sci_exists(struct net_device *dev, sci_t sci)
3975 static sci_t dev_to_sci(struct net_device *dev, __be16 port)
3980 static int macsec_add_dev(struct net_device *dev, sci_t sci, u8 icv_len)
4035 sci_t sci;