Home
last modified time | relevance | path

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

/Linux-v4.19/net/hsr/
Dhsr_device.c341 if (hsr->announce_count < 3 && hsr->protVersion == 0) { in hsr_announce()
343 hsr->protVersion); in hsr_announce()
350 hsr->protVersion); in hsr_announce()
472 hsr->protVersion = protocol_version; in hsr_dev_finalize()
Dhsr_main.h175 u8 protVersion; /* Indicate if HSRv0 or HSRv1. */ member
Dhsr_forward.c183 hsr_fill_tag(skb, frame, port, port->hsr->protVersion); in create_tagged_skb()