Home
last modified time | relevance | path

Searched refs:nsim_secy (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/netdevsim/
H A Dmacsec.c16 if (ns->macsec.nsim_secy[i].sci == sci) in nsim_macsec_find_secy()
44 if (!ns->macsec.nsim_secy[idx].used) in nsim_macsec_add_secy()
98 memset(&ns->macsec.nsim_secy[idx], 0, sizeof(ns->macsec.nsim_secy[idx])); in nsim_macsec_del_secy()
107 struct nsim_secy *secy; in nsim_macsec_add_rxsc()
116 secy = &ns->macsec.nsim_secy[idx]; in nsim_macsec_add_rxsc()
142 struct nsim_secy *secy; in nsim_macsec_upd_rxsc()
151 secy = &ns->macsec.nsim_secy[idx]; in nsim_macsec_upd_rxsc()
169 struct nsim_secy *secy; in nsim_macsec_del_rxsc()
200 struct nsim_secy *secy; in nsim_macsec_add_rxsa()
227 struct nsim_secy *secy; in nsim_macsec_upd_rxsa()
[all …]
H A Dnetdevsim.h64 struct nsim_secy { struct
72 struct nsim_secy nsim_secy[NSIM_MACSEC_MAX_SECY_COUNT]; argument