Home
last modified time | relevance | path

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

/hostap-3.6.0/src/drivers/
Ddriver_macsec_linux.c116 static int nla_put_rxsc_config(struct nl_msg *msg, u64 sci) in nla_put_rxsc_config() function
724 if (nla_put_rxsc_config(msg, mka_sci_u64(&sa->sc->sci))) in macsec_drv_set_receive_lowest_pn()
843 if (nla_put_rxsc_config(msg, mka_sci_u64(&sc->sci))) in macsec_drv_create_receive_sc()
879 if (nla_put_rxsc_config(msg, mka_sci_u64(&sc->sci))) in macsec_drv_delete_receive_sc()
925 if (nla_put_rxsc_config(msg, mka_sci_u64(&sa->sc->sci))) in macsec_drv_create_receive_sa()
976 if (nla_put_rxsc_config(msg, mka_sci_u64(&sa->sc->sci))) in macsec_drv_delete_receive_sa()
1011 if (nla_put_rxsc_config(msg, sci)) in set_active_rx_sa()