Home
last modified time | relevance | path

Searched refs:active_rx_sa (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/
H A Dmacsec.c1199 struct macsec_rx_sa *active_rx_sa = macsec_active_rxsa_get(rx_sc); in macsec_handle_frame() local
1206 if (active_rx_sa) in macsec_handle_frame()
1207 this_cpu_inc(active_rx_sa->stats->InPktsNotUsingSA); in macsec_handle_frame()
1217 if (active_rx_sa) in macsec_handle_frame()
1218 this_cpu_inc(active_rx_sa->stats->InPktsUnusedSA); in macsec_handle_frame()
/kernel/linux/linux-6.6/drivers/net/
H A Dmacsec.c1182 struct macsec_rx_sa *active_rx_sa = macsec_active_rxsa_get(rx_sc); in macsec_handle_frame() local
1189 if (active_rx_sa) in macsec_handle_frame()
1190 this_cpu_inc(active_rx_sa->stats->InPktsNotUsingSA); in macsec_handle_frame()
1200 if (active_rx_sa) in macsec_handle_frame()
1201 this_cpu_inc(active_rx_sa->stats->InPktsUnusedSA); in macsec_handle_frame()

Completed in 10 milliseconds