Symbol: sci_t
drivers/net/ethernet/mellanox/mlx5/core/en_accel/macsec.c
1029
sci_t sci = ctx->sa.rx_sa->sc->sci;
drivers/net/ethernet/mellanox/mlx5/core/en_accel/macsec.c
409
mlx5e_macsec_get_rx_sc_from_sc_list(const struct list_head *list, sci_t sci)
drivers/net/ethernet/mellanox/mlx5/core/en_accel/macsec.c
65
sci_t sci;
drivers/net/ethernet/mellanox/mlx5/core/en_accel/macsec.c
82
sci_t sci;
drivers/net/ethernet/mellanox/mlx5/core/en_accel/macsec.c
890
sci_t sci = ctx_rx_sa->sc->sci;
drivers/net/ethernet/mellanox/mlx5/core/en_accel/macsec.c
974
sci_t sci = ctx_rx_sa->sc->sci;
drivers/net/ethernet/mellanox/mlx5/core/lib/macsec_fs.c
2063
u32 mlx5_macsec_fs_get_fs_id_from_hashtable(struct mlx5_macsec_fs *macsec_fs, sci_t *sci)
drivers/net/ethernet/mellanox/mlx5/core/lib/macsec_fs.c
696
void *macdev, struct rhashtable *hash_table, sci_t sci,
drivers/net/ethernet/mellanox/mlx5/core/lib/macsec_fs.c
95
sci_t sci;
drivers/net/ethernet/mellanox/mlx5/core/lib/macsec_fs.h
36
sci_t sci;
drivers/net/ethernet/mellanox/mlx5/core/lib/macsec_fs.h
75
u32 mlx5_macsec_fs_get_fs_id_from_hashtable(struct mlx5_macsec_fs *macsec_fs, sci_t *sci);
drivers/net/macsec.c
1141
sci_t sci = 0;
drivers/net/macsec.c
1442
static struct macsec_rx_sc *del_rx_sc(struct macsec_secy *secy, sci_t sci)
drivers/net/macsec.c
1460
static struct macsec_rx_sc *create_rx_sc(struct net_device *dev, sci_t sci,
drivers/net/macsec.c
1550
static sci_t nla_get_sci(const struct nlattr *nla)
drivers/net/macsec.c
1552
return (__force sci_t)nla_get_u64(nla);
drivers/net/macsec.c
1555
static int nla_put_sci(struct sk_buff *skb, int attrtype, sci_t value,
drivers/net/macsec.c
1615
sci_t sci;
drivers/net/macsec.c
1877
sci_t sci = MACSEC_UNDEF_SCI;
drivers/net/macsec.c
2155
sci_t sci;
drivers/net/macsec.c
231
#define MACSEC_UNDEF_SCI ((__force sci_t)0xffffffffffffffffULL)
drivers/net/macsec.c
244
static sci_t make_sci(const u8 *addr, __be16 port)
drivers/net/macsec.c
246
sci_t sci;
drivers/net/macsec.c
254
static sci_t macsec_active_sci(struct macsec_secy *secy)
drivers/net/macsec.c
266
static sci_t macsec_frame_sci(struct macsec_eth_header *hdr, bool sci_present,
drivers/net/macsec.c
270
sci_t sci = 0;
drivers/net/macsec.c
4099
static bool sci_exists(struct net_device *dev, sci_t sci)
drivers/net/macsec.c
4112
static sci_t dev_to_sci(struct net_device *dev, __be16 port)
drivers/net/macsec.c
4117
static int macsec_add_dev(struct net_device *dev, sci_t sci, u8 icv_len)
drivers/net/macsec.c
4175
sci_t sci;
drivers/net/macsec.c
451
static void macsec_fill_iv(unsigned char *iv, sci_t sci, u32 pn)
drivers/net/macsec.c
78
sci_t sci;
drivers/net/macsec.c
889
sci_t sci,
drivers/net/macsec.c
987
static struct macsec_rx_sc *find_rx_sc(struct macsec_secy *secy, sci_t sci)
drivers/net/macsec.c
999
static struct macsec_rx_sc *find_rx_sc_rtnl(struct macsec_secy *secy, sci_t sci)
drivers/net/netdevsim/macsec.c
18
static int nsim_macsec_find_rxsc(struct nsim_secy *ns_secy, sci_t sci)
drivers/net/netdevsim/macsec.c
6
static int nsim_macsec_find_secy(struct netdevsim *ns, sci_t sci)
drivers/net/netdevsim/netdevsim.h
62
sci_t sci;
drivers/net/netdevsim/netdevsim.h
67
sci_t sci;
drivers/net/phy/nxp-c45-tja11xx-macsec.c
373
sci_t sci)
drivers/net/phy/nxp-c45-tja11xx-macsec.c
590
sci_t sci)
drivers/net/phy/nxp-c45-tja11xx-macsec.c
598
static bool nxp_c45_port_is_1(sci_t sci)
include/net/dst_metadata.h
24
sci_t sci;
include/net/macsec.h
163
sci_t sci;
include/net/macsec.h
238
sci_t sci;
include/net/macsec.h
382
static inline u64 sci_to_cpu(sci_t sci)