Lines Matching refs:sci_t

22 typedef u64 __bitwise sci_t;  typedef
75 sci_t sci;
167 sci_t sci;
240 sci_t sci;
389 #define MACSEC_UNDEF_SCI ((__force sci_t)0xffffffffffffffffULL)
407 static sci_t make_sci(u8 *addr, __be16 port) in make_sci()
409 sci_t sci; in make_sci()
417 static sci_t macsec_frame_sci(struct macsec_eth_header *hdr, bool sci_present) in macsec_frame_sci()
419 sci_t sci; in macsec_frame_sci()
522 static void macsec_fill_iv(unsigned char *iv, sci_t sci, u32 pn) in macsec_fill_iv()
925 sci_t sci, in macsec_decrypt()
1008 static struct macsec_rx_sc *find_rx_sc(struct macsec_secy *secy, sci_t sci) in find_rx_sc()
1020 static struct macsec_rx_sc *find_rx_sc_rtnl(struct macsec_secy *secy, sci_t sci) in find_rx_sc_rtnl()
1082 sci_t sci; in macsec_handle_frame()
1373 static struct macsec_rx_sc *del_rx_sc(struct macsec_secy *secy, sci_t sci) in del_rx_sc()
1391 static struct macsec_rx_sc *create_rx_sc(struct net_device *dev, sci_t sci) in create_rx_sc()
1473 static sci_t nla_get_sci(const struct nlattr *nla) in nla_get_sci()
1475 return (__force sci_t)nla_get_u64(nla); in nla_get_sci()
1478 static int nla_put_sci(struct sk_buff *skb, int attrtype, sci_t value, in nla_put_sci()
1531 sci_t sci; in get_rxsc_from_nl()
1745 sci_t sci = MACSEC_UNDEF_SCI; in macsec_add_rxsc()
1932 sci_t sci; in macsec_del_rxsc()
3166 static bool sci_exists(struct net_device *dev, sci_t sci) in sci_exists()
3179 static sci_t dev_to_sci(struct net_device *dev, __be16 port) in dev_to_sci()
3184 static int macsec_add_dev(struct net_device *dev, sci_t sci, u8 icv_len) in macsec_add_dev()
3228 sci_t sci; in macsec_newlink()