Home
last modified time | relevance | path

Searched refs:sci_t (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/include/net/
Dmacsec.h33 typedef u64 __bitwise sci_t; typedef
160 sci_t sci;
234 sci_t sci;
Ddst_metadata.h23 sci_t sci;
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dmacsec_fs.h17 sci_t sci;
Dmacsec.c64 sci_t sci;
82 sci_t sci;
418 mlx5e_macsec_get_rx_sc_from_sc_list(const struct list_head *list, sci_t sci) in mlx5e_macsec_get_rx_sc_from_sc_list()
684 static u32 mlx5e_macsec_get_sa_from_hashtable(struct rhashtable *sci_hash, sci_t *sci) in mlx5e_macsec_get_sa_from_hashtable()
901 sci_t sci = ctx_rx_sa->sc->sci; in mlx5e_macsec_add_rxsa()
985 sci_t sci = ctx_rx_sa->sc->sci; in mlx5e_macsec_upd_rxsa()
1039 sci_t sci = ctx->sa.rx_sa->sc->sci; in mlx5e_macsec_del_rxsa()
/Linux-v6.1/drivers/net/
Dmacsec.c75 sci_t sci;
236 #define MACSEC_UNDEF_SCI ((__force sci_t)0xffffffffffffffffULL)
249 static sci_t make_sci(const u8 *addr, __be16 port) in make_sci()
251 sci_t sci; in make_sci()
259 static sci_t macsec_frame_sci(struct macsec_eth_header *hdr, bool sci_present) in macsec_frame_sci()
261 sci_t sci; in macsec_frame_sci()
432 static void macsec_fill_iv(unsigned char *iv, sci_t sci, u32 pn) in macsec_fill_iv()
880 sci_t sci, in macsec_decrypt()
978 static struct macsec_rx_sc *find_rx_sc(struct macsec_secy *secy, sci_t sci) in find_rx_sc()
990 static struct macsec_rx_sc *find_rx_sc_rtnl(struct macsec_secy *secy, sci_t sci) in find_rx_sc_rtnl()
[all …]