Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/
Dmacsec.c246 bool replay_protect; member
797 if (secy->replay_protect && pn < lowest_pn) { in macsec_post_decrypt()
1191 if (secy->replay_protect) { in macsec_handle_frame()
2385 nla_put_u8(skb, MACSEC_SECY_ATTR_REPLAY, secy->replay_protect) || in nla_put_secy()
2394 if (secy->replay_protect) { in nla_put_secy()
3053 secy->replay_protect = !!nla_get_u8(data[IFLA_MACSEC_REPLAY_PROTECT]); in macsec_changelink_common()
3208 secy->replay_protect = false; in macsec_add_dev()
3428 nla_put_u8(skb, IFLA_MACSEC_REPLAY_PROTECT, secy->replay_protect) || in macsec_fill_info()
3433 if (secy->replay_protect) { in macsec_fill_info()