Home
last modified time | relevance | path

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

/Linux-v5.10/net/hsr/
Dhsr_debugfs.c33 (priv->prot_version == PRP_V1 ? "PRP" : "HSR")); in hsr_node_table_show()
36 if (priv->prot_version == PRP_V1) in hsr_node_table_show()
52 if (priv->prot_version == PRP_V1) in hsr_node_table_show()
Dhsr_netlink.c100 proto_version = PRP_V1; in hsr_newlink()
143 if (hsr->prot_version == PRP_V1) in hsr_fill_info()
Dhsr_main.h178 PRP_V1, enumerator
Dhsr_device.c519 if (protocol_version == PRP_V1) { in hsr_dev_finalize()