Searched refs:tlv_header (Results 1 – 1 of 1) sorted by relevance
342 const struct tlv_header_t *tlv_header; in slow_marker_lacp_print() local356 tlv_header = (const struct tlv_header_t *)tptr; in slow_marker_lacp_print()357 tlv_len = tlv_header->length; in slow_marker_lacp_print()362 (slow_com_header->proto_subtype << 8) + tlv_header->type), in slow_marker_lacp_print()363 tlv_header->type, in slow_marker_lacp_print()368 tlv_header->type != LACP_TLV_TERMINATOR && in slow_marker_lacp_print()369 tlv_header->type != MARKER_TLV_TERMINATOR) { in slow_marker_lacp_print()381 switch((slow_com_header->proto_subtype << 8) + tlv_header->type) { in slow_marker_lacp_print()