Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/
Dmacsec.c250 bool replay_protect; member
802 if (secy->replay_protect && pn < lowest_pn) { in macsec_post_decrypt()
1195 if (secy->replay_protect) { in macsec_handle_frame()
2391 nla_put_u8(skb, MACSEC_SECY_ATTR_REPLAY, secy->replay_protect) || in nla_put_secy()
2400 if (secy->replay_protect) { in nla_put_secy()
3069 secy->replay_protect = !!nla_get_u8(data[IFLA_MACSEC_REPLAY_PROTECT]); in macsec_changelink_common()
3224 secy->replay_protect = false; in macsec_add_dev()
3449 nla_put_u8(skb, IFLA_MACSEC_REPLAY_PROTECT, secy->replay_protect) || in macsec_fill_info()
3454 if (secy->replay_protect) { in macsec_fill_info()