Lines Matching refs:tlv
516 } tlv; in slow_oam_print() local
567 tlv.slow_oam_info = (const struct slow_oam_info_t *)tptr; in slow_oam_print()
569 if (tlv.slow_oam_info->info_length != in slow_oam_print()
578 tlv.slow_oam_info->oam_version, in slow_oam_print()
579 EXTRACT_16BITS(&tlv.slow_oam_info->revision))); in slow_oam_print()
583 tlv.slow_oam_info->state & OAM_INFO_TYPE_PARSER_MASK), in slow_oam_print()
585 tlv.slow_oam_info->state & OAM_INFO_TYPE_MUX_MASK))); in slow_oam_print()
588 tlv.slow_oam_info->oam_config), in slow_oam_print()
589 EXTRACT_16BITS(&tlv.slow_oam_info->oam_pdu_config) & in slow_oam_print()
593 EXTRACT_24BITS(&tlv.slow_oam_info->oui)), in slow_oam_print()
594 EXTRACT_24BITS(&tlv.slow_oam_info->oui), in slow_oam_print()
595 EXTRACT_32BITS(&tlv.slow_oam_info->vendor_private))); in slow_oam_print()
665 tlv.slow_oam_link_event = (const struct slow_oam_link_event_t *)tptr; in slow_oam_print()
667 if (tlv.slow_oam_link_event->event_length != in slow_oam_print()
680 EXTRACT_16BITS(&tlv.slow_oam_link_event->time_stamp)*100, in slow_oam_print()
681 EXTRACT_64BITS(&tlv.slow_oam_link_event->window), in slow_oam_print()
682 EXTRACT_64BITS(&tlv.slow_oam_link_event->threshold), in slow_oam_print()
683 EXTRACT_64BITS(&tlv.slow_oam_link_event->errors), in slow_oam_print()
684 EXTRACT_64BITS(&tlv.slow_oam_link_event->errors_running_total), in slow_oam_print()
685 EXTRACT_32BITS(&tlv.slow_oam_link_event->event_running_total))); in slow_oam_print()
710 tlv.slow_oam_loopbackctrl = (const struct slow_oam_loopbackctrl_t *)tptr; in slow_oam_print()
711 if (tlen < sizeof(*tlv.slow_oam_loopbackctrl)) in slow_oam_print()
713 ND_TCHECK(*tlv.slow_oam_loopbackctrl); in slow_oam_print()
717 tlv.slow_oam_loopbackctrl->command), in slow_oam_print()
718 tlv.slow_oam_loopbackctrl->command)); in slow_oam_print()