Searched refs:sci_t (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | macsec_fs.h | 21 sci_t sci; 60 u32 mlx5_macsec_fs_get_fs_id_from_hashtable(struct mlx5_macsec_fs *macsec_fs, sci_t *sci);
|
H A D | macsec_fs.c | 99 sci_t sci; 700 void *macdev, struct rhashtable *hash_table, sci_t sci, in macsec_fs_id_add() 2067 u32 mlx5_macsec_fs_get_fs_id_from_hashtable(struct mlx5_macsec_fs *macsec_fs, sci_t *sci) in mlx5_macsec_fs_get_fs_id_from_hashtable()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | macsec.h | 20 typedef u64 __bitwise sci_t; typedef 145 sci_t sci; 217 sci_t sci;
|
/kernel/linux/linux-6.6/include/net/ |
H A D | macsec.h | 34 typedef u64 __bitwise sci_t; typedef 161 sci_t sci; 235 sci_t sci;
|
H A D | dst_metadata.h | 23 sci_t sci;
|
/kernel/linux/linux-6.6/drivers/net/netdevsim/ |
H A D | macsec.c | 6 static inline u64 sci_to_cpu(sci_t sci) in sci_to_cpu() 11 static int nsim_macsec_find_secy(struct netdevsim *ns, sci_t sci) in nsim_macsec_find_secy() 23 static int nsim_macsec_find_rxsc(struct nsim_secy *ns_secy, sci_t sci) in nsim_macsec_find_rxsc()
|
H A D | netdevsim.h | 60 sci_t sci; 65 sci_t sci;
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | macsec.c | 86 sci_t sci; 245 #define MACSEC_UNDEF_SCI ((__force sci_t)0xffffffffffffffffULL) 266 static sci_t make_sci(u8 *addr, __be16 port) in make_sci() 268 sci_t sci; in make_sci() 276 static sci_t macsec_frame_sci(struct macsec_eth_header *hdr, bool sci_present) in macsec_frame_sci() 278 sci_t sci; in macsec_frame_sci() 449 static void macsec_fill_iv(unsigned char *iv, sci_t sci, u32 pn) in macsec_fill_iv() 462 static sci_t dev_to_sci(struct net_device *dev, __be16 port) in dev_to_sci() 902 sci_t sci, in macsec_decrypt() 1000 static struct macsec_rx_sc *find_rx_sc(struct macsec_secy *secy, sci_t sc [all...] |
/kernel/linux/linux-6.6/drivers/net/ |
H A D | macsec.c | 75 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() 869 sci_t sci, in macsec_decrypt() 967 static struct macsec_rx_sc *find_rx_sc(struct macsec_secy *secy, sci_t sci) in find_rx_sc() 979 static struct macsec_rx_sc *find_rx_sc_rtnl(struct macsec_secy *secy, sci_t sc [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | macsec.c | 64 sci_t sci; 81 sci_t sci; 404 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() 876 sci_t sci = ctx_rx_sa->sc->sci; in mlx5e_macsec_add_rxsa() 960 sci_t sci = ctx_rx_sa->sc->sci; in mlx5e_macsec_upd_rxsa() 1015 sci_t sci = ctx->sa.rx_sa->sc->sci; in mlx5e_macsec_del_rxsa()
|
Completed in 22 milliseconds