mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 08:03:01 +09:00
net: macsec: PN wrap callback
Allow to call macsec_pn_wrapped from hardware drivers to notify when a PN rolls over. Some drivers might used an interrupt to implement this. Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
28c5107aa9
commit
5c937de78b
@@ -219,4 +219,6 @@ struct macsec_ops {
|
||||
int (*mdo_del_txsa)(struct macsec_context *ctx);
|
||||
};
|
||||
|
||||
void macsec_pn_wrapped(struct macsec_secy *secy, struct macsec_tx_sa *tx_sa);
|
||||
|
||||
#endif /* _NET_MACSEC_H_ */
|
||||
|
||||
Reference in New Issue
Block a user